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

Speed up calculating push actions in large rooms #13973

Merged
merged 4 commits into from
Sep 30, 2022
Merged

Commits on Sep 30, 2022

  1. Speed up calculating push actions in large rooms

    We move the expensive check of visibility to *after* calculating push
    actions, avoiding the expensive check for users who won't get pushed
    anyway.
    erikjohnston committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    0f16d6c View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    4b90e5a View commit details
    Browse the repository at this point in the history
  3. Fix loop

    erikjohnston committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    c9bcd46 View commit details
    Browse the repository at this point in the history
  4. Test

    erikjohnston committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    a8c3fc1 View commit details
    Browse the repository at this point in the history