Merge pull request #3483 from InspectorCaracal/patch-19

Fix typo in default `msg_contents` mapping
This commit is contained in:
Griatch 2024-04-03 21:48:16 +02:00 committed by GitHub
commit cbbbb9e478
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -944,7 +944,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
you = from_obj or self
if "you" not in mapping:
mapping[you] = you
mapping["you"] = you
contents = self.contents
if exclude: