Inbox: support for private messages

This commit is contained in:
Bnyro
2023-06-28 11:42:20 +02:00
parent e0bdc593fb
commit e289867cb8
9 changed files with 304 additions and 35 deletions

View File

@@ -19,9 +19,6 @@ Working:
- Voting for or against posts or comments
- Editing and deleting posts or comments
- Viewing the personal inbox (mentions, replies)
Not yet supported:
- Private messages
# Build dependencies
@@ -61,6 +58,7 @@ sudo docker cp $(CONTAINER_ID):/root/lemoa/target/release/lemoa .
Once the build is done, there will be an executable `lemoa` binary file in your current directory, executing it starts Lemoa :tada:.
# Building with meson
```
meson _build
ninja -C _build