github-actions
released this
19 Dec 20:32
·
2 commits
to main
since this release
Patch Changes
- dad39c4:
- Added admins and super admins to conversation data sync
- Refactored
Conversation
admin and super admin accessors- Changed
admins
andsuperAdmins
to getters - Added
syncAdmins
andsyncSuperAdmins
methods
- Changed
- Refactored
Conversations.getConversationById
,Conversations.listDms
,Conversations.listGroups
, andConversations.getDmByInboxId
to returnConversation
instances - Refactored
Conversations.getMessageById
to returnDecodedMessage
instance