Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 20:32
· 2 commits to main since this release
dd18dd8

Patch Changes

  • dad39c4:
    • Added admins and super admins to conversation data sync
    • Refactored Conversation admin and super admin accessors
      • Changed admins and superAdmins to getters
      • Added syncAdmins and syncSuperAdmins methods
    • Refactored Conversations.getConversationById, Conversations.listDms, Conversations.listGroups, and Conversations.getDmByInboxId to return Conversation instances
    • Refactored Conversations.getMessageById to return DecodedMessage instance