summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-10-11 08:52:33 +0200
committerGravatar default2022-10-11 08:52:33 +0200
commit7a743f584e7f8a722e6be3c60173848db2646b0f (patch)
tree9c0feb841ccee129f333e2941c042965627d0671
parentServe static files with the s/ prefix. (diff)
downloadpenes-snac2-7a743f584e7f8a722e6be3c60173848db2646b0f.tar.gz
penes-snac2-7a743f584e7f8a722e6be3c60173848db2646b0f.tar.xz
penes-snac2-7a743f584e7f8a722e6be3c60173848db2646b0f.zip
Updated TODO.
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 9c05574..8c154a8 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,8 +8,6 @@ Add web interface for private messages.
8 8
9Add web interface for the list of people being followed. 9Add web interface for the list of people being followed.
10 10
11Implement the s/ (static) path.
12
13## Wishlist and batshit crazy ideas 11## Wishlist and batshit crazy ideas
14 12
15The 'history' pages are now just monthly snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you i.e. delete a post because it will be there in the history forever. 13The 'history' pages are now just monthly snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you i.e. delete a post because it will be there in the history forever.
@@ -149,3 +147,5 @@ Implement image attachments (2022-10-10T09:04:22+0200).
149build_mentions() should not query the webfinger (and it's disabled by now); process_message() should 'complete' the tag Mentions that don't include a host (2022-10-10T09:45:57+0200). 147build_mentions() should not query the webfinger (and it's disabled by now); process_message() should 'complete' the tag Mentions that don't include a host (2022-10-10T09:45:57+0200).
150 148
151Process the timeline html from a dedicated thread (2022-10-10T20:08:35+0200). 149Process the timeline html from a dedicated thread (2022-10-10T20:08:35+0200).
150
151Implement the s/ (static) path (2022-10-11T08:52:09+0200).