You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-09-01 21:21:58 +03:00
Add setGuestAccess to allow easy room guest access configuration.
This commit is contained in:
@@ -546,6 +546,9 @@ SyncApi.prototype._processRoomEvents = function(room, stateEventList,
|
||||
room.addEventsToTimeline(timelineEventList);
|
||||
};
|
||||
|
||||
/**
|
||||
* @return {string}
|
||||
*/
|
||||
SyncApi.prototype._getGuestFilter = function() {
|
||||
var guestRooms = this.client._guestRooms; // FIXME: horrible gut-wrenching
|
||||
if (!guestRooms) {
|
||||
|
Reference in New Issue
Block a user