mirror of
https://github.com/matrix-org/synapse.git
synced 2026-05-11 07:06:15 +02:00
oops
This commit is contained in:
parent
8be07e0db4
commit
c2afc2ad90
@ -147,7 +147,7 @@ class Pusher(object):
|
||||
logger.warn("event_match condition with no pattern")
|
||||
return False
|
||||
# XXX: optimisation: cache our pattern regexps
|
||||
r = r'\b%s\b' % _glob_to_regexp(condition['pattern'])
|
||||
r = r'\b%s\b' % self._glob_to_regexp(condition['pattern'])
|
||||
val = _value_for_dotted_key(condition['key'], ev)
|
||||
if val is None:
|
||||
return False
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user