summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index bb569ff..be3187e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,8 +10,6 @@ Important: deleting a follower should do more that just delete the object, see h
10 10
11## Wishlist 11## Wishlist
12 12
13Add attachments to the RSS.
14
15Add account flagging / reporting https://docs.joinmastodon.org/spec/activitypub/#Flag 13Add account flagging / reporting https://docs.joinmastodon.org/spec/activitypub/#Flag
16 14
17Add a list option to hide member posts from the main timeline, see https://codeberg.org/grunfink/snac2/issues/383 15Add a list option to hide member posts from the main timeline, see https://codeberg.org/grunfink/snac2/issues/383
@@ -387,3 +385,5 @@ Take a look at crashes in the brittle Mastodon official app (crashes when hittin
387Editing / Updating a post does not index newly added hashtags (2025-12-19T15:29:38+0100). 385Editing / Updating a post does not index newly added hashtags (2025-12-19T15:29:38+0100).
388 386
389Fix the mismatch in the following accounts number from the actor / public page and the people page. Reason: following_list_len() just returns then number of _a.json files in the folder (for performance reasons), while the people page gives the *confirmed* followings (2026-02-14T16:27:17+0100). 387Fix the mismatch in the following accounts number from the actor / public page and the people page. Reason: following_list_len() just returns then number of _a.json files in the folder (for performance reasons), while the people page gives the *confirmed* followings (2026-02-14T16:27:17+0100).
388
389Add attachments to the RSS (2026-03-19T19:17:02+0100).