summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-01-22 20:29:45 +0100
committerGravatar default2023-01-22 20:29:45 +0100
commit4aabc7a0b5eeac7a051bc8e93f45d0be2ff6c35b (patch)
tree9aa0d905f7f438a47cbe15ef8f8d1a6318fd237e
parentIn msg_note(), store the original content in the sourceContent field. (diff)
downloadsnac2-4aabc7a0b5eeac7a051bc8e93f45d0be2ff6c35b.tar.gz
snac2-4aabc7a0b5eeac7a051bc8e93f45d0be2ff6c35b.tar.xz
snac2-4aabc7a0b5eeac7a051bc8e93f45d0be2ff6c35b.zip
Updated TODO.
-rw-r--r--TODO.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index bc13cde..e65a39e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,6 +2,8 @@
2 2
3## Open 3## Open
4 4
5Add support for editing our own messages.
6
5There are some hosts that keep returning 400 Bad Request to snac posts (e.g. hachyderm.io). I've investigated but still don't know where's the problem. 7There are some hosts that keep returning 400 Bad Request to snac posts (e.g. hachyderm.io). I've investigated but still don't know where's the problem.
6 8
7Add a list of hashtags to drop. 9Add a list of hashtags to drop.
@@ -16,8 +18,6 @@ Add (back) the possibility to attach an image by URL.
16 18
17With this new disk layout, hidden posts (and their children) can be directly skipped (are there any other implications?). 19With this new disk layout, hidden posts (and their children) can be directly skipped (are there any other implications?).
18 20
19Integrate https://codeberg.org/alderwick/snac2/commit/a33686992747f6cbd35420d23ff22717938b6228
20
21## Wishlist 21## Wishlist
22 22
23Implement the ActivityPub C2S (Client to Server) API: (https://www.w3.org/TR/activitypub/#client-to-server-interactions). The client at http://andstatus.org/ implements it. 23Implement the ActivityPub C2S (Client to Server) API: (https://www.w3.org/TR/activitypub/#client-to-server-interactions). The client at http://andstatus.org/ implements it.
@@ -203,3 +203,5 @@ Disable the 'Boost' button for non-public messages (technically they can be Anno
203Add support for Update + Note on input (2022-12-15T11:06:59+0100). 203Add support for Update + Note on input (2022-12-15T11:06:59+0100).
204 204
205Hashtags have broken the Emojis; fix this (2023-01-17T09:42:17+0100). 205Hashtags have broken the Emojis; fix this (2023-01-17T09:42:17+0100).
206
207Integrate https://codeberg.org/alderwick/snac2/commit/a33686992747f6cbd35420d23ff22717938b622 (2023-01-22T20:28:52+0100).