Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Don't send delivery receipts to unencrypted private chat port…
…als. Fixes mautrix#483" This reverts commit a4595b4. Commit a4595b4 avoids sending delivery receipts to rooms that do not contain the bridge bot. That was necessary as trying to send a read marker would automatically attempt to join the bridge bot to the room. That join without invite would fail, hence mautrix#483. But since mautrix/python@f272f16 we no longer attempt to join the sender of read receipts, fixing mautrix#483 without necessarily sacrificing the delivery receipt functionality. Thus: - a4595b4 is no longer necessary, its original purpose is fulfilled by f272f16. - a4595b4 prevents delivery receipts from working in unencrypted rooms. - This reverts a4595b4, thus enabling delivery receipts in unencrypted rooms.
- Loading branch information