Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

When server leaves room check for stale device lists. #6801

Merged
merged 5 commits into from
Jan 30, 2020

Commits on Jan 29, 2020

  1. When server leaves room check for stale device lists.

    When a server leaves a room it may stop sharing a room with remote
    users, and thus not get any updates to their device lists. So we need to
    check for this case and mark those device lists and stale.
    
    We don't need to do this if we stop sharing a room because the remote
    user leaves the room, because we track that case via looking at
    membership changes.
    erikjohnston committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    5ae8e31 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    e68bcfe View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Fixup comments

    Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    erikjohnston and anoadragon453 authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    2067535 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5914e4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cc93da View commit details
    Browse the repository at this point in the history