Skip to content

v3.0.88

Choose a tag to compare

@chrisallo chrisallo released this 15 Nov 07:11
· 167 commits to master since this release
  • Changed type of sender property in UserMessage and FileMessage from User to a new class Sender which extends User.
    • Sender has isBlockedByMe property which indicates that the message sender is blocked by the current user (default: false).
    • isBlockedByMe is valid in GroupChannel only.
    • Message from blocked user is delivered only when block_mode in Application is set to explicit mode. Otherwise, it's not visible nor delivered.
  • Minor bug fixed.