Add command for setting room history visibility #211

Closed
opened 2025-10-14 15:42:46 -06:00 by navan · 0 comments
Owner

Originally created by @ulyssa on 8/18/2024

This fixes #91 by adding a :room history set [level] command with unset and show variants. The different visibility levels are:

  • invited, which configures the room to allow people to see history from the point they were invited onwards.
  • joined, which configures the room to allow people to see history from the point they actually join the room.
  • shared, which configures the room to allow people to see all history once they are joined, including messages from before they joined.
  • world which configures the room to allow anyone to see the room history regardless of whether they are joined and in it.
*Originally created by @ulyssa on 8/18/2024* This fixes #91 by adding a `:room history set [level]` command with `unset` and `show` variants. The different visibility levels are: - `invited`, which configures the room to allow people to see history from the point they were invited onwards. - `joined`, which configures the room to allow people to see history from the point they actually join the room. - `shared`, which configures the room to allow people to see all history once they are joined, including messages from before they joined. - `world` which configures the room to allow anyone to see the room history regardless of whether they are joined and in it.
navan closed this issue 2025-10-14 15:42:46 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/iamb#211
No description provided.