default 3 лет назад
Родитель
Сommit
2dadfffd8c
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      TODO.md

+ 4 - 4
TODO.md

@@ -4,16 +4,12 @@
 
 Add a notification area, where recent events of interest would be easily seen.
 
-There 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.
-
 Add a list of hashtags to drop.
 
 Add a per-account toggle to [un]mute their Announces.
 
 Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
 
-Fix `Like` and `Update` recipients.
-
 ## Wishlist
 
 Implement 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
 Add 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).
 
 Child 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).
+
+There 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).
+
+Fix `Like` and `Update` recipients (2023-03-07T10:28:36+0100).