about summary refs log tree commit diff stats
path: root/browse-slack
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-09 11:54:34 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-09 11:54:34 -0700
commit23fe8b0ae9d448f8829e30db0ccda712f1abb930 (patch)
tree9e754e3f81c14d98880a10a8cf66b8932608f722 /browse-slack
parent527aaaa3abcc33fc1f3647385ffd19bde5d32b01 (diff)
downloadmu-23fe8b0ae9d448f8829e30db0ccda712f1abb930.tar.gz
slack: start work on hiding single threads
Diffstat (limited to 'browse-slack')
-rw-r--r--browse-slack/environment.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/browse-slack/environment.mu b/browse-slack/environment.mu
index f972d86a..18162f7b 100644
--- a/browse-slack/environment.mu
+++ b/browse-slack/environment.mu
@@ -12,7 +12,7 @@ type environment {
 
 type tab {
   type: int
-      # type 0: everything
+      # type 0: all items
       # type 1: items in a channel
       # type 2: search for a term
       # type 3: comments in a single thread