aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2026-02-14 16:27:30 +0100
committergrunfink <grunfink@comam.es>2026-02-14 16:27:30 +0100
commit72feba2f431b23485ff48caf5283cbc880cbdad9 (patch)
treec21ee31312b777ba4df4261d1e919bfa4db6985b /TODO.md
parent147f2fbd7d6895e1331cb24f5373db9f36083ac9 (diff)
Updated TODO.
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 16a7276..f011c30 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,8 +2,6 @@
## Open
-Fix 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.
-
It seems that Microsoft is planning to laminate Basic HTTP Auth, so make a plan, see https://codeberg.org/grunfink/snac2/issues/350
Investigate the problem with boosts inside the same instance (see https://codeberg.org/grunfink/snac2/issues/214).
@@ -385,3 +383,5 @@ Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl`
Take a look at crashes in the brittle Mastodon official app (crashes when hitting the reply button, crashes or 'ownVotes is null' errors when trying to show polls) (2025-12-09T05:31:56+0100).
Editing / Updating a post does not index newly added hashtags (2025-12-19T15:29:38+0100).
+
+Fix 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).