diff options
| author | 2023-07-04 15:02:44 +0200 | |
|---|---|---|
| committer | 2023-07-04 15:02:44 +0200 | |
| commit | b1f1f353fa50b5f74f4154b49fbb4a67ef56c17f (patch) | |
| tree | 1b477f15ee1e6423e6f7dfcb095a4631069e394e /TODO.md | |
| parent | The content warning check and description is propagated from the replied mess... (diff) | |
| download | snac2-b1f1f353fa50b5f74f4154b49fbb4a67ef56c17f.tar.gz snac2-b1f1f353fa50b5f74f4154b49fbb4a67ef56c17f.tar.xz snac2-b1f1f353fa50b5f74f4154b49fbb4a67ef56c17f.zip | |
Updated TODO.
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -16,10 +16,6 @@ Add support for pinning posts. | |||
| 16 | 16 | ||
| 17 | Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 | 17 | Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 |
| 18 | 18 | ||
| 19 | Add a content warning description. | ||
| 20 | |||
| 21 | Propagate the CW status and description from the replied messaage. | ||
| 22 | |||
| 23 | ## Wishlist | 19 | ## Wishlist |
| 24 | 20 | ||
| 25 | Add a list of hashtags to drop. | 21 | Add a list of hashtags to drop. |
| @@ -267,3 +263,7 @@ Implement HTTP caches (If-None-Match / ETag) (2023-07-02T11:11:20+0200). | |||
| 267 | Add a quick way to block complete domains / instances (2023-07-04T14:35:44+0200). | 263 | Add a quick way to block complete domains / instances (2023-07-04T14:35:44+0200). |
| 268 | 264 | ||
| 269 | _object_user_cache() should call index_del() (2023-07-04T14:36:37+0200). | 265 | _object_user_cache() should call index_del() (2023-07-04T14:36:37+0200). |
| 266 | |||
| 267 | Add a content warning description (2023-07-04T15:02:19+0200). | ||
| 268 | |||
| 269 | Propagate the CW status and description from the replied message (2023-07-04T15:02:19+0200). | ||