revoltchat / backend

Monorepo for Revolt backend services.
https://developers.revolt.chat/api/
Other
1.23k stars 140 forks source link

bug: malformed MessageUpdate packets are being received by events server #367

Closed insertish closed 3 weeks ago

insertish commented 1 month ago

What happened?

events_primary-1  |  ERROR revolt_bonfire::websocket > Failed to deserialise an event for 01F92C5ZXBQWQ8KY7J8KY917NM! Introspection: `Some("{\"type\":\"MessageUpdate\",\"id\":\"01")`

Seems to be related to receiving the event, in this case, the edit was sent from a production nodes and the event was received on other production nodes just fine, except the staging server received malformed data.