Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command for setting room history visibility #328

Merged
merged 1 commit into from
Aug 18, 2024
Merged

Conversation

ulyssa
Copy link
Owner

@ulyssa ulyssa commented Aug 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.

@ulyssa ulyssa added this to the v0.0.10 milestone Aug 18, 2024
@ulyssa ulyssa enabled auto-merge (squash) August 18, 2024 07:31
@ulyssa ulyssa merged commit 3003f0a into main Aug 18, 2024
4 checks passed
@ulyssa ulyssa deleted the history-visibility branch August 18, 2024 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support configuring room history visibility
1 participant