aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
author_ <pmjv@noreply.codeberg.org>2025-04-18 13:09:19 +0000
committer_ <pmjv@noreply.codeberg.org>2025-04-18 13:09:19 +0000
commit2b17f7f89cea7c6d63fa757f23587387b6ea860a (patch)
tree5603f967edd15362352478797d398eb6dcf5b215 /TODO.md
parent3c427faaf8bc3c1cf942566252a098b81c603419 (diff)
parentdf11310df1660adf2526f85fcd1b443b56faf050 (diff)
Merge pull request 'master' (#2) from grunfink/snac2:master into master
Reviewed-on: https://codeberg.org/pmjv/snac2/pulls/2
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index baa910a..7ebad40 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,6 +12,8 @@ Important: deleting a follower should do more that just delete the object, see h
## Wishlist
+Add account reporting.
+
The instance timeline should also show boosts from users.
Mastoapi: implement /v1/conversations.
@@ -367,3 +369,5 @@ Each notification should show a link to the full thread, to see it in context (2
Add a list of hashtags to drop (2025-03-23T15:45:30+0100).
The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives (2025-03-23T15:46:02+0100).
+
+Add command-line tools for creating and manipulating lists (2025-04-18T10:04:41+0200).