diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-07-04 14:41:45 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2020-07-04 14:41:50 +0200 |
commit | d43184f306eb1406f6cad5348d0138f6bec276dd (patch) | |
tree | cbaafff795a8f1108f8c944b79076b3cef84941a | |
parent | 3c95917352dfd8ae43768003207e1bb1e80a7376 (diff) |
Scrap TODO item because it's done
-rw-r--r-- | TODO.txt | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ - Store message as UTF8 text, not blob -- `_push message` and the response on `send` should give the msgid, so the client can implement replies - Message replies: referenced message should be msgid - Somehow communicate (push? poll?) to room members whether a particular user is currently _active_, not just online. - A session is marked inactive 2 minutes after the latest activity on that session. Make the number "2" configurable and not a hard-coded constant. |