summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-03-07 10:28:51 +0100
committerGravatar default2023-03-07 10:28:51 +0100
commit2dadfffd8c7214db6c086d108db81f1fbe228698 (patch)
tree4176e3e179c9326fe665040f791b72eb3d96adee
parentDisabled inbox recollection temporarily (for global re push). (diff)
downloadsnac2-2dadfffd8c7214db6c086d108db81f1fbe228698.tar.gz
snac2-2dadfffd8c7214db6c086d108db81f1fbe228698.tar.xz
snac2-2dadfffd8c7214db6c086d108db81f1fbe228698.zip
Updated TODO.
-rw-r--r--TODO.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 3e0ef21..6dbdf2f 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,16 +4,12 @@
4 4
5Add a notification area, where recent events of interest would be easily seen. 5Add a notification area, where recent events of interest would be easily seen.
6 6
7There are some hosts that keep returning 400 Bad Request to snac posts (e.g. hachyderm.io). I've investigated but still don't know where the problem is.
8
9Add a list of hashtags to drop. 7Add a list of hashtags to drop.
10 8
11Add a per-account toggle to [un]mute their Announces. 9Add a per-account toggle to [un]mute their Announces.
12 10
13Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 11Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
14 12
15Fix `Like` and `Update` recipients.
16
17## Wishlist 13## Wishlist
18 14
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. 15Implement 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.
@@ -221,3 +217,7 @@ Add a user-settable `purge_days`. This is not at first very hard to do, but purg
221Add support for uploading the avatar, instead of needing an URL to an image. As a kludgy workaround, you can post something with an attached image, copy the auto-generated URL and use it. You can even delete the post, as attached images are never deleted (I said it was kludgy) (2023-02-15T09:31:06+0100). 217Add support for uploading the avatar, instead of needing an URL to an image. As a kludgy workaround, you can post something with an attached image, copy the auto-generated URL and use it. You can even delete the post, as attached images are never deleted (I said it was kludgy) (2023-02-15T09:31:06+0100).
222 218
223Child 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 (2023-02-25T18:15:30+0100). 219Child 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 (2023-02-25T18:15:30+0100).
220
221There are some hosts that keep returning 400 Bad Request to snac posts (e.g. hachyderm.io). I've investigated but still don't know where the problem is (2023-03-07T10:28:21+0100).
222
223Fix `Like` and `Update` recipients (2023-03-07T10:28:36+0100).