Revert escape of { in msg_contents; it breaks regular mapping
This commit is contained in:
parent
a92f84bd58
commit
c741b2b898
1 changed files with 0 additions and 4 deletions
|
|
@ -760,10 +760,6 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
|
||||||
exclude = make_iter(exclude)
|
exclude = make_iter(exclude)
|
||||||
contents = [obj for obj in contents if obj not in exclude]
|
contents = [obj for obj in contents if obj not in exclude]
|
||||||
|
|
||||||
# escape existing { in the input to not interfere with mapping
|
|
||||||
inmessage = inmessage.replace("{", "{{")
|
|
||||||
inmessage = inmessage.replace("}", "}}")
|
|
||||||
|
|
||||||
for receiver in contents:
|
for receiver in contents:
|
||||||
|
|
||||||
# actor-stance replacements
|
# actor-stance replacements
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue