diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-05 13:26:50 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-05 13:26:50 +0000 |
commit | c63cd93afff0acd777b8ac5f6b3b2630c3f85d79 (patch) | |
tree | adfe96a0a99f628246606c2f895f01d4c890cd41 /TODO | |
parent | eeb69befb8cee9003874674812c529e717ca10ec (diff) | |
download | communique-c63cd93afff0acd777b8ac5f6b3b2630c3f85d79.tar.gz |
try nil for body
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,8 +1,5 @@ -* CGI response API - *DONE Array of activitystream Note's? - * dedup -* outbox pagination -* badger GC https://dgraph.io/docs/badger/get-started/#garbage-collection * graceful shutdown * outbox delivery -* models abstraction
\ No newline at end of file +* namespace everything to /c/ so apache can 404 requests to / instead of us +* outbox return latest 20 posts only +* make badger GC run continously |