You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throughout the codebase, we sometimes use primitive types like u32 where libsignal introduced custom types (mostly to improve readability, sometimes to introduce functionnality). DeviceId is one of the types we haven't started to use yet in our codebase.
For example, the sender_device field in the Metadata struct should make use of libsignal_protocol::DeviceId.
The text was updated successfully, but these errors were encountered:
Throughout the codebase, we sometimes use primitive types like
u32
wherelibsignal
introduced custom types (mostly to improve readability, sometimes to introduce functionnality).DeviceId
is one of the types we haven't started to use yet in our codebase.For example, the
sender_device
field in theMetadata
struct should make use oflibsignal_protocol::DeviceId
.The text was updated successfully, but these errors were encountered: