diff options
| -rw-r--r-- | TODO.md | 10 |
1 files changed, 6 insertions, 4 deletions
| @@ -6,8 +6,6 @@ Unfollowing lemmy groups gets rejected with an http status of 400. | |||
| 6 | 6 | ||
| 7 | Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't. | 7 | Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't. |
| 8 | 8 | ||
| 9 | Fix duplicate mentions, see https://codeberg.org/grunfink/snac2/issues/115 | ||
| 10 | |||
| 11 | Post edits should preserve the image and the image description somewhat. | 9 | Post edits should preserve the image and the image description somewhat. |
| 12 | 10 | ||
| 13 | Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. | 11 | Mastodon 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 | ||
| 17 | Add support for rel="me" links, see https://codeberg.org/grunfink/snac2/issues/124 and https://streetpass.social | ||
| 18 | |||
| 19 | Integrate "Ability to federate with hidden networks" see https://codeberg.org/grunfink/snac2/issues/93 | 19 | Integrate "Ability to federate with hidden networks" see https://codeberg.org/grunfink/snac2/issues/93 |
| 20 | 20 | ||
| 21 | Integrate "Added handling for International Domain Names" PR https://codeberg.org/grunfink/snac2/pulls/104 | 21 | Integrate "Added handling for International Domain Names" PR https://codeberg.org/grunfink/snac2/pulls/104 |
| 22 | 22 | ||
| 23 | Change HTML metadata information to the post info instead of user info, see https://codeberg.org/grunfink/snac2/issues/116 | ||
| 24 | |||
| 25 | Add more CSS classes according to https://comam.es/snac/grunfink/p/1705598619.090050 | 23 | Add more CSS classes according to https://comam.es/snac/grunfink/p/1705598619.090050 |
| 26 | 24 | ||
| 27 | Add support for /share?text=tt&website=url (whatever it is). | 25 | Add 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 | |||
| 295 | Implement real tag links instead of just pretending that it's something that exists (2023-11-18T22:42:48+0100). | 293 | Implement real tag links instead of just pretending that it's something that exists (2023-11-18T22:42:48+0100). |
| 296 | 294 | ||
| 297 | Add 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). | 295 | Add 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 | |||
| 297 | Fix duplicate mentions, see https://codeberg.org/grunfink/snac2/issues/115 (2024-02-14T09:51:01+0100). | ||
| 298 | |||
| 299 | Change 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). | ||