diff --git a/maubot/client.py b/maubot/client.py index 56efbbb..b0fde73 100644 --- a/maubot/client.py +++ b/maubot/client.py @@ -350,6 +350,8 @@ class Client(DBClient): } async def _handle_tombstone(self, evt: StateEvent) -> None: + if evt.state_key != "": + return if not evt.content.replacement_room: self.log.info(f"{evt.room_id} tombstoned with no replacement, ignoring") return