snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit aaca6350edc76794f582934ab54e17ba41433a6a
parent f82124a705d9c5350b92fba6a03c556c1fd5b2b0
Author: default <nobody@localhost>
Date:   Sun,  2 Oct 2022 18:17:48 +0200

Updated TODO.

Diffstat:
MTODO.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TODO.md b/TODO.md @@ -12,8 +12,6 @@ Implement the 'init' command-line option. Implement the 'adduser' command-line option. -Implement the local timeline cache. - Show dates in local time and not UTC. Add web interface for private messages. @@ -143,3 +141,5 @@ Refactor HTML rendering because it's a mess and write build_timeline(), that gen Implement the helper thread (2022-10-01T20:56:46+0200). Implement the user-setup web interface (2022-10-02T17:45:03+0200). + +Implement the local timeline cache (2022-10-02T18:17:27+0200).