diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -6,10 +6,6 @@ Post edits should preserve the image and the image description somewhat. | |||
| 6 | 6 | ||
| 7 | Implement real tag links instead of just pretending that it's something that exists. | 7 | Implement real tag links instead of just pretending that it's something that exists. |
| 8 | 8 | ||
| 9 | Mastodon API: implement 'unfavourite'. | ||
| 10 | |||
| 11 | Mastodon API: implement 'unreblog' (unboost). | ||
| 12 | |||
| 13 | Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. | 9 | Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. |
| 14 | 10 | ||
| 15 | Improve support for audio attachments. | 11 | Improve support for audio attachments. |
| @@ -241,3 +237,7 @@ Add a notification area, where recent events of interest would be easily seen (2 | |||
| 241 | Mastodon API: add search by account (webfinger) (2023-04-24T05:01:03+0200). | 237 | Mastodon API: add search by account (webfinger) (2023-04-24T05:01:03+0200). |
| 242 | 238 | ||
| 243 | Mastodon API: add an instance timeline by combining the timelines of all users (2023-04-24T05:01:14+0200). | 239 | Mastodon API: add an instance timeline by combining the timelines of all users (2023-04-24T05:01:14+0200). |
| 240 | |||
| 241 | Mastodon API: implement 'unfavourite' (2023-05-19T21:25:24+0200). | ||
| 242 | |||
| 243 | Mastodon API: implement 'unreblog' (unboost) (2023-05-19T21:25:24+0200). | ||