diff --git a/src/backend/matrix_client.py b/src/backend/matrix_client.py index ca57440c..6df2b752 100644 --- a/src/backend/matrix_client.py +++ b/src/backend/matrix_client.py @@ -1186,7 +1186,7 @@ class MatrixClient(nio.AsyncClient): ) local_sender = ev.sender in self.backend.clients - if local_sender and tx_id and tx_id in model: + if local_sender and tx_id and f"echo-{tx_id}" in model: item.id = f"echo-{tx_id}" if not local_sender and not await self.event_is_past(ev):