Skip to content

WAeys v0.1.1

Choose a tag to compare

@toZyn toZyn released this 03 Aug 04:40

Fixed

  • 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.