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

Added basic history support to TextRoom plugin #2814

Merged
merged 3 commits into from
Nov 26, 2021
Merged

Conversation

lminiero
Copy link
Member

As the title says, this PR adds basic support for history: if you configure a new room to hold a history of X messages, then incoming messages and announcements will be stored; when the queue is full, older messages are discarded. New users joining are then sent those messages as soon as they join (unless they ask not to).

I have done some basic testing and it seems to be working as expected, but you may of course want to test this more extensively if it's something you care about.

@lminiero
Copy link
Member Author

Merging.

@lminiero lminiero merged commit d79dfda into master Nov 26, 2021
@lminiero lminiero deleted the textroom-history branch November 26, 2021 08:48
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.

None yet

1 participant