-
Notifications
You must be signed in to change notification settings - Fork 441
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
Destroy room if empty #4
Comments
Empty rooms should only be removed if they have not been used for some time (configurable/fixed?), otherwise you can't reload your browser if you are the only participant in a room as the room could get deleted while reloading. |
We should delete it only after some time, but not configurable. Say when it’s not used for 12 hrs, delete it. |
Hm, the public interface @LukasReschke any idea how to solve this? |
Since leaving a room is a intentional action now, this is handled. |
* Implement /isActorBelongTo endpoint. * Check first if actor is allowed to edit last message.
# This is the 1st commit message: feat: add option to force passwords in public conversations Signed-off-by: Anna Larch <anna@nextcloud.com> # The commit message #2 will be skipped: # fixup! feat: add option to force passwords in public conversations # The commit message #3 will be skipped: # fixup! feat: add option to force passwords in public conversations # The commit message #4 will be skipped: # fixup! feat: add option to force passwords in public conversations # The commit message #5 will be skipped: # fixup! fixup! feat: add option to force passwords in public conversations # The commit message #6 will be skipped: # fixup! fixup! feat: add option to force passwords in public conversations # The commit message #7 will be skipped: # fixup! feat: add option to force passwords in public conversations # The commit message #8 will be skipped: # fixup! feat: add option to force passwords in public conversations # The commit message #9 will be skipped: # fixup! feat: add option to force passwords in public conversations
No description provided.
The text was updated successfully, but these errors were encountered: