diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-06-02 21:10:39 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-06-02 21:10:39 +0200 |
| commit | cb71b9c56754abe739b889aeb9fd8bf80097c661 (patch) | |
| tree | d9d1dad0620c819aeb2dca7d1586d12d87c2ab30 /README.md | |
| parent | b2319c8084d34edb85e0fee4ca7edcdee0c8aeed (diff) | |
Command to mark messages as seen
Changelog: Added `/seen` command to mark messages as seen.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -95,12 +95,12 @@ Test chatroom [19:03] Some Name: Hi `/conversations` : List started conversations with contacts or other peers. -`/new` +`/new` : List conversations with new (unread) messages. `/<number>` : Select conversation, contact or peer `<number>` based on the last - `/conversations`, `/contacts` or `/peers` output list. + `/conversations`, `/contacts`, `/peers` or `/new` output list. `<message>` : Send `<message>` to selected conversation. @@ -113,6 +113,9 @@ Test chatroom [19:03] Some Name: Hi : Show information about the selected conversations, contact or peer; or the one identified by `<number>` if given. +`/seen` +: Mark all messages in the current conversation as seen. + ### Chatrooms Currently only public unmoderated chatrooms are supported, which means that any |