summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-01-13 06:28:58 +0100
committerGravatar default2023-01-13 06:28:58 +0100
commit964b11e197a13c7fb17371bd1e63f26bc0f682e3 (patch)
tree5cbf8c8498e8b2aa995f759a52a67715b5bfe2d0
parentAdded (partial) support for #HashTags in posts. (diff)
downloadsnac2-964b11e197a13c7fb17371bd1e63f26bc0f682e3.tar.gz
snac2-964b11e197a13c7fb17371bd1e63f26bc0f682e3.tar.xz
snac2-964b11e197a13c7fb17371bd1e63f26bc0f682e3.zip
Updated TODO.
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 136ed54..2dc0630 100644
--- a/TODO.md
+++ b/TODO.md
@@ -16,6 +16,8 @@ Add (back) the possibility to attach an image by URL.
16 16
17With this new disk layout, hidden posts (and their children) can be directly skipped (are there any other implications?). 17With this new disk layout, hidden posts (and their children) can be directly skipped (are there any other implications?).
18 18
19Integrate https://codeberg.org/alderwick/snac2/commit/a33686992747f6cbd35420d23ff22717938b6228
20
19## Wishlist 21## Wishlist
20 22
21Implement the ActivityPub C2S (Client to Server) API: (https://www.w3.org/TR/activitypub/#client-to-server-interactions). The client at http://andstatus.org/ implements it. 23Implement the ActivityPub C2S (Client to Server) API: (https://www.w3.org/TR/activitypub/#client-to-server-interactions). The client at http://andstatus.org/ implements it.