iOS SDK 2.87
6 months ago by jelzon monzon
What's New?
- Chat - Exposes
clientMessageID
andid
inChatMessage
.clientMessageID
is assigned by the SDK when sending a message. This can be used to re-reference the chat message when the server responds.id
is the identifier assigned by the server and should be used for other chat operations such as moderation and reactions.
Bugfixes
- Chat UI - Fixes chat reaction hint image not disappearing after a reaction is made on the message
- Chat - Fixes a 400 error when sending a message in a spoiler prevention chat room
- Chat - Fixes an issue when using "high latency chat" (message polling) where messages are wrongfully ignored if they are missing "low latency chat" (realtime pubsub) data.