diff options
| author | 2022-10-02 18:17:48 +0200 | |
|---|---|---|
| committer | 2022-10-02 18:17:48 +0200 | |
| commit | aaca6350edc76794f582934ab54e17ba41433a6a (patch) | |
| tree | fdb5831af3e071472422d78ebdd7f60b2b0b233d | |
| parent | The history is shown at the bottom of the local timeline. (diff) | |
| download | snac2-aaca6350edc76794f582934ab54e17ba41433a6a.tar.gz snac2-aaca6350edc76794f582934ab54e17ba41433a6a.tar.xz snac2-aaca6350edc76794f582934ab54e17ba41433a6a.zip | |
Updated TODO.
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -12,8 +12,6 @@ Implement the 'init' command-line option. | |||
| 12 | 12 | ||
| 13 | Implement the 'adduser' command-line option. | 13 | Implement the 'adduser' command-line option. |
| 14 | 14 | ||
| 15 | Implement the local timeline cache. | ||
| 16 | |||
| 17 | Show dates in local time and not UTC. | 15 | Show dates in local time and not UTC. |
| 18 | 16 | ||
| 19 | Add web interface for private messages. | 17 | Add web interface for private messages. |
| @@ -143,3 +141,5 @@ Refactor HTML rendering because it's a mess and write build_timeline(), that gen | |||
| 143 | Implement the helper thread (2022-10-01T20:56:46+0200). | 141 | Implement the helper thread (2022-10-01T20:56:46+0200). |
| 144 | 142 | ||
| 145 | Implement the user-setup web interface (2022-10-02T17:45:03+0200). | 143 | Implement the user-setup web interface (2022-10-02T17:45:03+0200). |
| 144 | |||
| 145 | Implement the local timeline cache (2022-10-02T18:17:27+0200). | ||