You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to check the record of other version, go to [Change Log](https://github.com/sendbird/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md).
58
58
59
-
- Renamed `includeReaction` to `includeReactions` in `channel.getMessageChangeLogs()` (`includeReaction` is deprecated).
60
-
- Added `ogMetaData` in `BaseMessage`.
61
-
-`ogMetaData` holds open graph properties including `title`, `url`, `description`, and `defaultImage`.
62
-
-`ogMetaData.defaultImage` has the image-related properties including `url`, `secureUrl`, `type`, `width`, `height`, `alt` as defined in the target website.
63
-
-`ogMetaData` may not be set at the moment of sending. Once the message is sent, Sendbird service would fetch and analyze the open graph property and give the result as a form of message update event.
59
+
- Added `order` in `GroupChannelMemberListQuery`. The value could be `member_nickname_alphabetical` (default) or `operator_then_member_alphabetical`.
60
+
- Added `isMuted` in `Member`.
61
+
- Removed value type check in `channel.createMetaData()` and `channel.updateMetaData()`.
0 commit comments