summary refs log tree commit diff
path: root/changelog.d/17434.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix filtering room types on remote rooms (#17434)Erik Johnston2024-07-111-0/+1
We can only fetch room types for rooms the server is in, so we need to only filter rooms that we're joined to. Also includes a perf fix to bulk fetch room types.