diff --git a/mautrix_telegram/portal/telegram.py b/mautrix_telegram/portal/telegram.py index 6f4ca1f8..c6617acb 100644 --- a/mautrix_telegram/portal/telegram.py +++ b/mautrix_telegram/portal/telegram.py @@ -353,6 +353,7 @@ class PortalTelegram(BasePortal, ABC): # TODO remove this stuff once mautrix-python generates m.new_content new_content = content.serialize() + new_content["net.maunium.telegram.puppet"] = True del new_content["m.relates_to"] content["m.new_content"] = new_content content.body = f"Edit: {content.body}"