소스 검색

Updated TODO.

default 3 년 전
부모
커밋
4318e8f9e7
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      TODO.md

+ 4 - 2
TODO.md

@@ -12,12 +12,12 @@ Mastodon API: fix whatever the fuck is making the official app and Megalodon to
 
 
 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
 
 
+The votersCount field in multiple-choice polls is incorrectly calculated.
+
 ## Wishlist
 ## Wishlist
 
 
 Add a list of hashtags to drop.
 Add a list of hashtags to drop.
 
 
-Add a per-account toggle to [un]mute their Announces.
-
 Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
 Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
 
 
 The 'history' pages are just monthly HTML snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you e.g. intentionally delete a post because it will remain there in the history forever. If you activate local timeline purging, purged entries will remain in the history as 'ghosts', which may or may not be what the user wants.
 The 'history' pages are just monthly HTML snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you e.g. intentionally delete a post because it will remain there in the history forever. If you activate local timeline purging, purged entries will remain in the history as 'ghosts', which may or may not be what the user wants.
@@ -271,3 +271,5 @@ Improve support for audio attachments (2023-07-28T20:22:32+0200).
 Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/big-list-of-naughty-strings.txt (2023-07-28T20:23:21+0200).
 Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/big-list-of-naughty-strings.txt (2023-07-28T20:23:21+0200).
 
 
 The outbox should contain Create+Note, not Note objects (2023-07-29T15:29:24+0200).
 The outbox should contain Create+Note, not Note objects (2023-07-29T15:29:24+0200).
+
+Add a per-account toggle to [un]mute their Announces (2023-08-08T13:25:40+0200).