From 1de8095b33e1438978b3b9a52599f402c2f2f03c Mon Sep 17 00:00:00 2001 From: default Date: Sat, 22 Apr 2023 07:47:22 +0200 Subject: [PATCH] Updated TODO. --- TODO.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 3c3553f..282c7b2 100644 --- a/TODO.md +++ b/TODO.md @@ -4,16 +4,22 @@ Post edits should keep the image and the image description. -Add a list of hashtags to drop. - Implement the 'search by tag' operation instead of just pretending that it does something. +Mastodon API: add search by account (webfinger). + +Mastodon API: add an instance timeline by combining the timelines of all users. + +Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. + +## Wishlist + +Add a list of hashtags to drop. + Add a per-account toggle to [un]mute their Announces. Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 -## Wishlist - Implement HTTP caches (If-None-Match / ETag). I'm not sure if it's worth the effort. The 'history' pages are just monthly HTML snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you e.g. intentionally delete a post because it will remain there in the history forever. If you activate local timeline purging, purged entries will remain in the history as 'ghosts', which may or may not be what the user wants.