summary refs log tree commit diff
path: root/changelog.d/13973.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.69.0rc1Sean Quah2022-10-041-1/+0
|
* Speed up calculating push actions in large rooms (#13973)Erik Johnston2022-09-301-0/+1
We move the expensive check of visibility to after calculating push actions, avoiding the expensive check for users who won't get pushed anyway. I think this should have a big impact on rooms with large numbers of local users that have pushed disabled.