-
Notifications
You must be signed in to change notification settings - Fork 0
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
PubNub Swift Chat SDK 0.9.3 release #12
Conversation
e71d567
to
f8bf0d4
Compare
meta: ["a": 123, "b": "someString"], | ||
shouldStore: true, | ||
mentionedUsers: mentionedUsers, | ||
referencedChannels: referencedChannels, | ||
usersToMention: nil, |
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.
I understand that we don't test deprecated method any more. Wouldn't be beneficial to have also test for deprecated method if we still offer it to clients?
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.
Yes, I also added a test for the legacy method
@pubnub-release-bot release as 0.9.3-dev |
6bf420d
to
d38e9b1
Compare
🚀 Release successfully completed 🚀 |
refactor(project): run
swiftformat
to uplift the codebasefix(custom-payloads): add missing initialization for
reactionsActionName
propertyfix(channel): add missing
completion:
parameter when sending a text