mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-08 16:13:04 +02:00
We still encode the "current" version in the message version byte, but the part that the receiver will check is now based on the session's original message version rather than the "current" version in the sender. (Note that these are the /same/ version right now, so this change won't have any effect on the current wire format.) This matches the behavior of SignalMessage and PreKeySignalMessage.