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

When locking a conversation, kick out everyone #5215

Merged
merged 3 commits into from
Mar 1, 2021

Commits on Feb 19, 2021

  1. When locking a conversation, kick out everyone

    Also only trigger events and update the session flags
    if they actually changed, as some callers might not check for differences.
    
    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    PVince81 committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    3bfb611 View commit details
    Browse the repository at this point in the history
  2. Add warning about kicking out people in settings

    In the settings dialog there are now warnings to tell that people will
    be removed from calls when either enabling the lobby or locking a
    conversation.
    
    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    PVince81 committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    9d6d6a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Ongoing call warnings are now condition

    Only show ongoing call warnings in settings dialog when a call is
    actually in progress.
    
    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    PVince81 committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    e511e5d View commit details
    Browse the repository at this point in the history