mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-06-25 01:20:26 -04:00
Search for messages across predecessor rooms
Signed-off-by: Andrew Morgan <andrew@amorgan.xyz>
This commit is contained in:
parent
9feb5d0b71
commit
df3a661e4a
3 changed files with 73 additions and 0 deletions
|
@ -444,6 +444,9 @@ class Filter(object):
|
|||
def include_redundant_members(self):
|
||||
return self.filter_json.get("include_redundant_members", False)
|
||||
|
||||
def add_room_ids(self, room_ids):
|
||||
self.rooms += room_ids
|
||||
|
||||
|
||||
def _matches_wildcard(actual_value, filter_value):
|
||||
if filter_value.endswith("*"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue