You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-09-04 19:42:11 +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) {
|
if (!guestRooms) {
|
||||||
return "{}";
|
return "{}";
|
||||||
}
|
}
|
||||||
|
// we just need to specify the filter inline if we're a guest because guests
|
||||||
|
// can't create filters.
|
||||||
return JSON.stringify({
|
return JSON.stringify({
|
||||||
room: {
|
room: {
|
||||||
timeline: {
|
timeline: {
|
||||||
|
Reference in New Issue
Block a user