summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-05-19 21:26:08 +0200
committerGravatar default2023-05-19 21:26:08 +0200
commitca12b4c095716b015d25c5aded606699aaf3e25a (patch)
tree2514c6f339545dcf115c9085781670b70406344d
parentVersion 2.32 RELEASED. (diff)
downloadsnac2-ca12b4c095716b015d25c5aded606699aaf3e25a.tar.gz
snac2-ca12b4c095716b015d25c5aded606699aaf3e25a.tar.xz
snac2-ca12b4c095716b015d25c5aded606699aaf3e25a.zip
Updated TODO.
-rw-r--r--TODO.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 0096ac8..bf4e6c4 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,10 +6,6 @@ Post edits should preserve the image and the image description somewhat.
6 6
7Implement real tag links instead of just pretending that it's something that exists. 7Implement real tag links instead of just pretending that it's something that exists.
8 8
9Mastodon API: implement 'unfavourite'.
10
11Mastodon API: implement 'unreblog' (unboost).
12
13Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. 9Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash.
14 10
15Improve support for audio attachments. 11Improve support for audio attachments.
@@ -241,3 +237,7 @@ Add a notification area, where recent events of interest would be easily seen (2
241Mastodon API: add search by account (webfinger) (2023-04-24T05:01:03+0200). 237Mastodon API: add search by account (webfinger) (2023-04-24T05:01:03+0200).
242 238
243Mastodon API: add an instance timeline by combining the timelines of all users (2023-04-24T05:01:14+0200). 239Mastodon API: add an instance timeline by combining the timelines of all users (2023-04-24T05:01:14+0200).
240
241Mastodon API: implement 'unfavourite' (2023-05-19T21:25:24+0200).
242
243Mastodon API: implement 'unreblog' (unboost) (2023-05-19T21:25:24+0200).