Revert escape of { in msg_contents; it breaks regular mapping

This commit is contained in:
Griatch 2022-10-29 18:27:51 +02:00
parent a92f84bd58
commit c741b2b898

View file

@ -760,10 +760,6 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
exclude = make_iter(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:
# actor-stance replacements