summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 7606ec9..0c6620a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -18,9 +18,9 @@ Wrong level of message visibility when using the Mastodon API: https://codeberg.
18 18
19## Wishlist 19## Wishlist
20 20
21Implement account migration from Mastodon to snac. 21Mastoapi: implement /v1/conversations.
22 22
23Implement account migration from snac to Mastodon. 23Implement account migration from Mastodon to snac.
24 24
25Implement following of hashtags (this is not trivial). 25Implement following of hashtags (this is not trivial).
26 26
@@ -331,3 +331,7 @@ Show pinned posts in the 'Actor' `featured` property (https://codeberg.org/grunf
331Implement case-insensitive search all alphabets, not only latin (https://codeberg.org/grunfink/snac2/issues/192) (2024-08-27T07:29:10+0200). 331Implement case-insensitive search all alphabets, not only latin (https://codeberg.org/grunfink/snac2/issues/192) (2024-08-27T07:29:10+0200).
332 332
333Add post drafts (2024-09-06T23:43:16+0200). 333Add post drafts (2024-09-06T23:43:16+0200).
334
335Implement account migration from snac to Mastodon (2.60, 2024-10-11T04:25:54+0200).
336
337Fix mastoapi timelines/public, it only shows posts by the user (2.61, 2024-10-11T04:25:54+0200).