From 23fe8b0ae9d448f8829e30db0ccda712f1abb930 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 9 Oct 2021 11:54:34 -0700 Subject: [PATCH] slack: start work on hiding single threads --- browse-slack/environment.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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