From f2255f8207159d9afdf81877fbf13c52d5d75789 Mon Sep 17 00:00:00 2001 From: swag Date: Sun, 8 Jan 2023 23:38:23 -0500 Subject: [PATCH] New TODO --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6283a75..9fb8ff5 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Run the tests locally (against development environment): ### (Lord knows there's TODOs I could be working on...) 1. RSS feed!! +1. Log user out if locked out? Will need to check `lock_status()` beyond just logging in 1. Support at least some Markdown, specifically the code blocks 1. Implement tripcodes (moving this down in priority due to complexity...) 1. Return a text response instead of HTML if a `.txt` extension [is