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
Wired the messages send/recv layers into make_socket: sendMessage, relayMessage, readMessages, sendMessageAck, handleMessage and the rest of the messages API are now exposed.
Added messageMutex, upsertMessage, fetchPrivacySettings, groupMetadata, groupToggleEphemeral to the base socket so the send layer can compose.
Added make_memory_key_store() to WAeys.Utils.auth_utils (documented in §3.1) and exported it from WAeys.Utils.
Introduced a SignalKeyStore wrapper so key stores support both store.get() and store['get'] without dict built-in shadowing (fixed the 'list' object can't be awaited tctoken error).
Fixed _on_socket_end handlers to accept the error argument and missing nonlocal declarations.
Fixed the user getter invocation when building the sendMessage message id.