summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorGravatar _2025-04-18 13:09:19 +0000
committerGravatar _2025-04-18 13:09:19 +0000
commit2b17f7f89cea7c6d63fa757f23587387b6ea860a (patch)
tree5603f967edd15362352478797d398eb6dcf5b215 /TODO.md
parentMerge pull request 'master' (#1) from grunfink/snac2:master into master (diff)
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-2b17f7f89cea7c6d63fa757f23587387b6ea860a.tar.gz
snac2-2b17f7f89cea7c6d63fa757f23587387b6ea860a.tar.xz
snac2-2b17f7f89cea7c6d63fa757f23587387b6ea860a.zip
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
12 12
13## Wishlist 13## Wishlist
14 14
15Add account reporting.
16
15The instance timeline should also show boosts from users. 17The instance timeline should also show boosts from users.
16 18
17Mastoapi: implement /v1/conversations. 19Mastoapi: implement /v1/conversations.
@@ -367,3 +369,5 @@ Each notification should show a link to the full thread, to see it in context (2
367Add a list of hashtags to drop (2025-03-23T15:45:30+0100). 369Add a list of hashtags to drop (2025-03-23T15:45:30+0100).
368 370
369The 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). 371The 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).
372
373Add command-line tools for creating and manipulating lists (2025-04-18T10:04:41+0200).