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
Copy file name to clipboardExpand all lines: packages/flutter_chat_core/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**⚠️ Breaking changes ⚠️**
4
4
5
-
- Updated the `Message` model to rename `parentId` to `replyToId`
5
+
- Updated the `Message` model to rename `parentId` to `replyToMessageId`
6
6
- The `createdAt` field is now optional in the message model
7
7
- The `sending` field has been removed from the message model; instead, you can set `sending: true` in the metadata of the Message model to achieve the same functionality.
8
8
- The `isOnlyEmoji` property has been removed from the text message model; to indicate that a message contains only emojis, use `isOnlyEmoji: true` in the metadata of the text message.
0 commit comments