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
I could not find a solution in the documentation, the existing issues or discussions.
I already asked for help in the chat
In which Project did the bug appear?
Other
If you selected "Other" as Project, please enter in which project the bug occurred.
SDK
On which platform did the bug appear?
iOS, Android
SDK Version
0.38
Describe the problem caused by this bug
After a fresh login, loaded rooms may contain incorrect last message. For example, a room's last message is supposed to be a text message, but it's linked to an event which was someone joined the room.
Will provide more details if I found any.
Steps To Reproduce
Do a fresh login (new database), some rooms may contain incorrect last messages.
Screenshots or Logs
No response
Security related
No response
The text was updated successfully, but these errors were encountered:
After a fresh login, loaded rooms may contain incorrect last message. For example, a room's last message is supposed to be a text message, but it's linked to an event which was someone joined the room.
Unfortunately this is very hard to solve as we don't know if a room has a potential last message at all, but we are working on to improve this
I only want to show events which are interested by me for last message. Member changing avatar/name are not one of them.
So I have a custom database to keep room info including last message.
I guess meanwhile, I just take whatever the SDK is binding to room entity.
Checklist
In which Project did the bug appear?
Other
If you selected "Other" as Project, please enter in which project the bug occurred.
SDK
On which platform did the bug appear?
iOS, Android
SDK Version
0.38
Describe the problem caused by this bug
After a fresh login, loaded rooms may contain incorrect last message. For example, a room's last message is supposed to be a text message, but it's linked to an event which was someone joined the room.
Will provide more details if I found any.
Steps To Reproduce
Do a fresh login (new database), some rooms may contain incorrect last messages.
Screenshots or Logs
No response
Security related
No response
The text was updated successfully, but these errors were encountered: