diff options
| author | default <nobody@localhost> | 2024-12-28 16:51:38 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-12-28 16:51:38 +0100 |
| commit | fd21d7ad6ae24b45faa18174cd6105acab3303d2 (patch) | |
| tree | a813efde6d7a2e550212216a066ebe84ac7bc1d5 | |
| parent | 2384a5409bc3a8a6ede4bf33bb1584a6bfae39af (diff) | |
Updated TODO.
| -rw-r--r-- | TODO.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,14 +2,14 @@ ## Open +CSV import/export does not work with OpenBSD security on; document it or fix it. + Investigate the problem with boosts inside the same instance (see https://codeberg.org/grunfink/snac2/issues/214). Editing / Updating a post does not index newly added hashtags. Wrong level of message visibility when using the Mastodon API: https://codeberg.org/grunfink/snac2/issues/200#issuecomment-2351042 -Unfollowing lemmy groups gets rejected with an http status of 400. - Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't. Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 @@ -363,3 +363,5 @@ Add a pidfile (2.64, 2024-11-17T10:21:29+0100). Implement Proxying for Media Links to Enhance User Privacy (see https://codeberg.org/grunfink/snac2/issues/219 for more information) (2024-11-18T20:36:39+0100). Consider showing only posts by the account owner (not full trees) (see https://codeberg.org/grunfink/snac2/issues/217 for more information) (2024-11-18T20:36:39+0100). + +Unfollowing lemmy groups gets rejected with an http status of 400 (it seems to work now; 2024-12-28T16:50:16+0100). |