diff options
author | default <nobody@localhost> | 2022-11-12 08:39:29 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-12 08:39:29 +0100 |
commit | 2c33f734bd89c9b87c560d4f57d71925911b6253 (patch) | |
tree | 492c827b36b5931f921b4afce69ef4bd3939cb61 /TODO.md | |
parent | e96982df285ae895f22322d13df30c6a7985caf8 (diff) |
Updated TODO.
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,13 +2,13 @@ ## Open -Support uploading the avatar, instead of needing an URL to an image. As a kludgy workaround, you can post something with an attached image, copy the auto-generated URL and use it. You can even delete the post, as images are never deleted (I said it was kludgy). +Support uploading the avatar, instead of needing an URL to an image. As a kludgy workaround, you can post something with an attached image, copy the auto-generated URL and use it. You can even delete the post, as attached images are never deleted (I said it was kludgy). ## Wishlist Implement HTTP caches (If-None-Match / ETag). -The 'history' pages are now just monthly snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you e.g. delete a post because it will be there in the history forever. +The 'history' pages are now just monthly HTML snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you e.g. delete a post because it will be there in the history forever. Or may be this is what you want. Add an RSS to the local timeline. |