Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Guest users must be joined to a room to see it in /sync #469

Merged
merged 2 commits into from
Jan 6, 2016

Conversation

NegativeMjark
Copy link
Contributor

Removes the need to pass the list of guest rooms in the filter.

@@ -489,10 +420,15 @@ def incremental_sync_with_gap(self, sync_config, since_token):
from_key=since_token.presence_key,
limit=sync_config.filter.presence_limit(),
room_ids=room_ids,
is_guest=sync_config.is_guest,
# /sync doesn't support guest access, they can't get to this point in code
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done 4cec90a

@illicitonion
Copy link
Contributor

LGTM probably

NegativeMjark added a commit that referenced this pull request Jan 6, 2016
Guest users must be joined to a room to see it in /sync
@NegativeMjark NegativeMjark merged commit c582f17 into develop Jan 6, 2016
@richvdh richvdh deleted the markjh/joined_guest_access branch December 1, 2016 14:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants