diff options
| author | 2023-03-07 10:28:51 +0100 | |
|---|---|---|
| committer | 2023-03-07 10:28:51 +0100 | |
| commit | 2dadfffd8c7214db6c086d108db81f1fbe228698 (patch) | |
| tree | 4176e3e179c9326fe665040f791b72eb3d96adee | |
| parent | Disabled inbox recollection temporarily (for global re push). (diff) | |
| download | snac2-2dadfffd8c7214db6c086d108db81f1fbe228698.tar.gz snac2-2dadfffd8c7214db6c086d108db81f1fbe228698.tar.xz snac2-2dadfffd8c7214db6c086d108db81f1fbe228698.zip | |
Updated TODO.
| -rw-r--r-- | TODO.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -4,16 +4,12 @@ | |||
| 4 | 4 | ||
| 5 | Add a notification area, where recent events of interest would be easily seen. | 5 | Add a notification area, where recent events of interest would be easily seen. |
| 6 | 6 | ||
| 7 | 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. | ||
| 8 | |||
| 9 | Add a list of hashtags to drop. | 7 | Add a list of hashtags to drop. |
| 10 | 8 | ||
| 11 | Add a per-account toggle to [un]mute their Announces. | 9 | Add a per-account toggle to [un]mute their Announces. |
| 12 | 10 | ||
| 13 | Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 | 11 | Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 |
| 14 | 12 | ||
| 15 | Fix `Like` and `Update` recipients. | ||
| 16 | |||
| 17 | ## Wishlist | 13 | ## Wishlist |
| 18 | 14 | ||
| 19 | 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. | 15 | 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 | |||
| 221 | 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). | 217 | 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). |
| 222 | 218 | ||
| 223 | 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). | 219 | 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). |
| 220 | |||
| 221 | 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). | ||
| 222 | |||
| 223 | Fix `Like` and `Update` recipients (2023-03-07T10:28:36+0100). | ||