You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`/mumbl something I want to keep` saves a private dump.
116
116
-`/mumbl room platform team` creates a Mumbl room.
117
117
-`/mumbl start platform team` is an alias.
118
+
-`/mumbl join <room-name> <key>` is how teammates join in one step: it best-effort joins the room's private Slack reads channel and pins the room in that user's App Home. The two-token form (room slug + read key as separate words) is used instead of a pasted URL because Slack auto-linkifies URLs and crops the `key=`. Private rooms require the key because the join is access-gated by the room read token; it reuses the same lookup path as `pin` (a full invite URL is still accepted for backwards compatibility).
118
119
-`/mumbl pin platform-team` pins an existing Mumbl room and best-effort joins the room's Slack reads channel if it exists.
119
120
- Unpinning from App Home removes only that user's publish shortcut and best-effort removes them from the linked Slack reads channel if one exists.
@@ -1549,7 +1567,7 @@ export function slackHelpPayload() {
1549
1567
returnblockResponse({
1550
1568
text: "use /mumbl to save a private thought or create a room.",
1551
1569
blocks: [
1552
-
section("*mumbl in Slack*\n`/mumbl the thing I want to keep` saves a private dump.\n`/mumbl room platform team` creates a Mumbl room from Slack.\n`/mumbl pin <invite-link>` pins a room to your Slack publish list."),
1570
+
section("*mumbl in Slack*\n`/mumbl the thing I want to keep` saves a private dump.\n`/mumbl room platform team` creates a Mumbl room from Slack.\n`/mumbl join <room-name> <key>` joins your team's room — reads land in Slack and the room pins in your App Home.\n`/mumbl pin <invite-link>` pins a room to your Slack publish list."),
1553
1571
context("Private dumps stay private. Team reads only post to Slack if you enable them."),
constinviteMessage=`hey team — just set up a mumbl room for ${spaceName||"us"}.\nwrite private work thoughts, publish as team reads when ready.\n\njoin here: ${roomUrl}`;
1636
+
constinviteMessage=`hey team — just set up a mumbl room for ${spaceName||"us"}.\nwrite private work thoughts, publish as team reads when ready.\n\nto join, run this in Slack:\n${slackJoinCommand(roomUrl)}`;
: "*join your team's room*\nPaste a room invite link to pin it, or create a new team room.",
2021
+
: "*join your team's room*\nGot a join command from a teammate? Run `/mumbl join <room-name> <key>` to join. You can also pin a room from its invite link, or create a new team room.",
0 commit comments