diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2017-09-30 19:47:01 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2017-09-30 19:47:01 +0200 |
commit | d02bde0169e9396ded45951ea10b8ca0b745a7ae (patch) | |
tree | 714bf9bf0123fafd59439646de0aceef3bef76f5 /README.md | |
parent | 48ff600bf2afd8a38276e226a0ecb7aa30ff465b (diff) | |
download | wee-slack-d02bde0169e9396ded45951ea10b8ca0b745a7ae.tar.gz |
docs: Remove mention of setallreadmarkers
This command has been removed. To mark all channels as read you can now
run `/input set_unread` instead (note that since this isn't a command
specific for wee-slack, it will move the unread markers for all buffers
to the bottom, including buffers not belonging to wee-slack).
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -176,11 +176,6 @@ Add a reaction to the nth last message. The number can be omitted and defaults t 3+:smile: ``` -Set all read markers to a specific time: -``` -/slack setallreadmarkers (time in epoch) -``` - Upload a file to the current slack buffer: ``` /slack upload [file_path] |