-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CHAT-1513] partial message update #576
Conversation
Size Change: +1.36 kB (0%) Total Size: 224 kB
|
# Conflicts: # src/types.ts # test/integration/test.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
We'll sync pinMessage
shortcuts a bit later
src/types.ts
Outdated
set?: Partial<MessageResponse<MessageType>>; | ||
unset?: Array<keyof MessageResponse<MessageType>>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we allow updates on all the MessageResponse
properties, like message.cid
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, these are the allowed fields:
- custom data (any field)
- text
- html (server side)
- attachments
- mentioned_user_ids
- quoted_message_id
- silent
- pin
Submit a pull request
CLA
Description of the pull request