mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:46:04 -04:00
Create room entries for public rooms too so their public state is transferred over correctly when you join it.
This commit is contained in:
parent
16f55d4275
commit
aeaeceb92c
2 changed files with 3 additions and 0 deletions
|
@ -517,6 +517,7 @@ function(matrixService, $rootScope, $q, $timeout, mPresence) {
|
|||
if (!visible) {
|
||||
return;
|
||||
}
|
||||
initRoom(room_id);
|
||||
|
||||
var room = $rootScope.events.rooms[room_id];
|
||||
if (room) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue