summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-02-23 08:57:40 +0100
committerGravatar default2023-02-23 08:57:40 +0100
commit80b6824f2b0ebe8569c2cc1e5b14012fb9b7eef8 (patch)
tree6f86c248c318ec6ba0cebbe73d4fa2cf9446f6f5
parentDeleted the index_lock() nonsense. (diff)
downloadpenes-snac2-80b6824f2b0ebe8569c2cc1e5b14012fb9b7eef8.tar.gz
penes-snac2-80b6824f2b0ebe8569c2cc1e5b14012fb9b7eef8.tar.xz
penes-snac2-80b6824f2b0ebe8569c2cc1e5b14012fb9b7eef8.zip
Updated TODO.
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 018ce5c..63b8d8f 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,6 +12,8 @@ Add a per-account toggle to [un]mute their Announces.
12 12
13Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 13Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
14 14
15Child indexes (*_c.idx) with a parent not present keep accumulating; not a real problem, but I must check why I keep storing them because I don't remember.
16
15## Wishlist 17## Wishlist
16 18
17Implement the ActivityPub C2S (Client to Server) API: https://www.w3.org/TR/activitypub/#client-to-server-interactions . I skipped that part of the documentation entirely, so I don't know if this is trivial or hell. The Android client at http://andstatus.org/ implements it, or so it seems. There may be others. 19Implement the ActivityPub C2S (Client to Server) API: https://www.w3.org/TR/activitypub/#client-to-server-interactions . I skipped that part of the documentation entirely, so I don't know if this is trivial or hell. The Android client at http://andstatus.org/ implements it, or so it seems. There may be others.