default 1 год назад
Родитель
Сommit
fd21d7ad6a
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      TODO.md

+ 4 - 2
TODO.md

@@ -2,14 +2,14 @@
 
 
 ## Open
 ## 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).
 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.
 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
 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.
 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
 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).
 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).
 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).