diff options
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -22,8 +22,6 @@ Implement image attachments. | |||
| 22 | 22 | ||
| 23 | Implement the s/ (static) path. | 23 | Implement the s/ (static) path. |
| 24 | 24 | ||
| 25 | Implement the h/ (history) path. | ||
| 26 | |||
| 27 | ## Wishlist and batshit crazy ideas | 25 | ## Wishlist and batshit crazy ideas |
| 28 | 26 | ||
| 29 | The '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. | 27 | The '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. |
| @@ -143,3 +141,5 @@ Implement the helper thread (2022-10-01T20:56:46+0200). | |||
| 143 | Implement the user-setup web interface (2022-10-02T17:45:03+0200). | 141 | Implement the user-setup web interface (2022-10-02T17:45:03+0200). |
| 144 | 142 | ||
| 145 | Implement the local timeline cache (2022-10-02T18:17:27+0200). | 143 | Implement the local timeline cache (2022-10-02T18:17:27+0200). |
| 144 | |||
| 145 | Implement the h/ (history) path (2022-10-02T18:23:24+0200). | ||