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
More commenting on the creation of guest filters
This commit is contained in:
@@ -649,6 +649,8 @@ SyncApi.prototype._getGuestFilter = function() {
|
||||
if (!guestRooms) {
|
||||
return "{}";
|
||||
}
|
||||
// we just need to specify the filter inline if we're a guest because guests
|
||||
// can't create filters.
|
||||
return JSON.stringify({
|
||||
room: {
|
||||
timeline: {
|
||||
|
Reference in New Issue
Block a user