mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Ah, the comma of doom.
This commit is contained in:
parent
6741c3dbd9
commit
d93ce29a86
@ -101,7 +101,7 @@ class PushRuleRestServlet(ClientV1RestServlet):
|
||||
if pat.strip("*?[]") == pat:
|
||||
# no special glob characters so we assume the user means
|
||||
# 'contains this string' rather than 'is this string'
|
||||
pat = "*%s*" % (pat)
|
||||
pat = "*%s*" % (pat,)
|
||||
conditions = [{
|
||||
'kind': 'event_match',
|
||||
'key': 'content.body',
|
||||
|
Loading…
Reference in New Issue
Block a user