summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 2904859..4e30728 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,8 +6,6 @@ Unfollowing lemmy groups gets rejected with an http status of 400.
6 6
7Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't. 7Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't.
8 8
9Fix duplicate mentions, see https://codeberg.org/grunfink/snac2/issues/115
10
11Post edits should preserve the image and the image description somewhat. 9Post edits should preserve the image and the image description somewhat.
12 10
13Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. 11Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash.
@@ -16,12 +14,12 @@ Important: deleting a follower should do more that just delete the object, see h
16 14
17## Wishlist 15## Wishlist
18 16
17Add support for rel="me" links, see https://codeberg.org/grunfink/snac2/issues/124 and https://streetpass.social
18
19Integrate "Ability to federate with hidden networks" see https://codeberg.org/grunfink/snac2/issues/93 19Integrate "Ability to federate with hidden networks" see https://codeberg.org/grunfink/snac2/issues/93
20 20
21Integrate "Added handling for International Domain Names" PR https://codeberg.org/grunfink/snac2/pulls/104 21Integrate "Added handling for International Domain Names" PR https://codeberg.org/grunfink/snac2/pulls/104
22 22
23Change HTML metadata information to the post info instead of user info, see https://codeberg.org/grunfink/snac2/issues/116
24
25Add more CSS classes according to https://comam.es/snac/grunfink/p/1705598619.090050 23Add more CSS classes according to https://comam.es/snac/grunfink/p/1705598619.090050
26 24
27Add support for /share?text=tt&website=url (whatever it is). 25Add support for /share?text=tt&website=url (whatever it is).
@@ -295,3 +293,7 @@ Fix case-sensitivity issue described in https://codeberg.org/grunfink/snac2/issu
295Implement real tag links instead of just pretending that it's something that exists (2023-11-18T22:42:48+0100). 293Implement real tag links instead of just pretending that it's something that exists (2023-11-18T22:42:48+0100).
296 294
297Add a flag to make accounts private, i.e., they don't expose any content from the web interface (only through ActivityPub) (2023-11-18T22:42:48+0100). 295Add a flag to make accounts private, i.e., they don't expose any content from the web interface (only through ActivityPub) (2023-11-18T22:42:48+0100).
296
297Fix duplicate mentions, see https://codeberg.org/grunfink/snac2/issues/115 (2024-02-14T09:51:01+0100).
298
299Change HTML metadata information to the post info instead of user info, see https://codeberg.org/grunfink/snac2/issues/116 (2024-02-14T09:51:22+0100).