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

Add filters to search. #324

Merged
merged 12 commits into from
Oct 22, 2015
Merged

Add filters to search. #324

merged 12 commits into from
Oct 22, 2015

Conversation

erikjohnston
Copy link
Member

No description provided.

)
args.extend(room_ids)
# Make sure we don't explode because the person is in too many rooms.
if len(room_ids) > 500:
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this mean the clauses are added if the user is in more than 500 rooms?

Copy link
Contributor

Choose a reason for hiding this comment

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

If the clauses are omitted do we have a way to ensure that the user only sees the events for the rooms they are in?

@NegativeMjark
Copy link
Contributor

LGTM

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