mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-08 16:13:04 +02:00
Currently the only user of this method is the ProtcolException constructor, when a UnidentifiedSenderMessageContent is present. All other instances of ProtocolException use the sender's UUID as sender. So it would be good to have this consistent. Also brings this in line with similar methods, like `getSourceIdentifier` on SignalServiceEnvelope.