summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-12-25 15:40:41 +0100
committerGravatar default2022-12-25 15:40:41 +0100
commit7b516b9b3820ad61ddfd8b81c9447c130e07fab9 (patch)
tree7f869d101980254007ec0a84701553adb8db160f
parentMore curl timeout tweaks. (diff)
downloadsnac2-7b516b9b3820ad61ddfd8b81c9447c130e07fab9.tar.gz
snac2-7b516b9b3820ad61ddfd8b81c9447c130e07fab9.tar.xz
snac2-7b516b9b3820ad61ddfd8b81c9447c130e07fab9.zip
Updated TODO.
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index eeae7a9..ebc7b1b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -16,7 +16,7 @@ With this new disk layout, hidden posts (and their children) can be directly ski
16 16
17## Wishlist 17## Wishlist
18 18
19Implement the ActivityPub C2S (Client to Server) API: (https://www.w3.org/TR/activitypub/#client-to-server-interactions). 19Implement 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.
20 20
21Implement HTTP caches (If-None-Match / ETag). 21Implement HTTP caches (If-None-Match / ETag).
22 22