Skip to content

v4.0.8

Compare
Choose a tag to compare
@mathews-cometchat mathews-cometchat released this 10 Jul 14:14
· 2 commits to v4 since this release
4cbc273

New

  • The following new methods have been introduced in the CometChatNotifications class:
    • updateTimezone: This method updates the timezone for receiving Enhanced Email and Enhanced SMS notifications correctly.
    • getTimezone: This method fetches the timezone set for a user.
  • Added new class NotificationPreferences in CometChatNotifications

Enhancements

  • The following methods in the ConversationsRequestBuilder class have been deprecated:
    • setIncludeBlockedUsers is now deprecated. Please use includeBlockedUsers as an alternative.
    • setWithBlockedInfo is now deprecated. Please use withBlockedInfo as an alternative.
  • Added missing type for method clearActiveCall
  • The following methods in the CometChatNotifications class have been deprecated:
    • fetchPushPreferences is now deprecated. Please use fetchPreferences as an alternative.
    • updatePushPreferences is now deprecated. Please use updatePreferences as an alternative.
    • resetPushPreferences is now deprecated. Please use resetPreferences as an alternative.
  • The following class in the CometChatNotifications class has been deprecated:
    • PushPreferences is now deprecated. Please use NotificationPreferences as an alternative.