mautrix / imessage

A Matrix-iMessage puppeting bridge
https://go.mau.fi/mautrix-imessage/
GNU Affero General Public License v3.0
341 stars 37 forks source link

Move read receipt handling to the message processing loop #38

Closed EricRabil closed 2 years ago

EricRabil commented 2 years ago

Similar to https://github.com/mautrix/whatsapp/commit/9e39ce565b480b43cb1675c53e325239e41caae2, this moves read receipts to the same loop as messages to ensure they are only handled after the message they point at.