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
After start session I have tried to call all types of methods like session.fixRoomsSummariesLastMessage() also tried to reset it, but still those properties are always nil.
The only piece of code, that helped me to retrieve it is finding it by eventId. Could you, please tell the best way to retrieve it? Or what should be the correct flow of getting the room last message text
Also, as a new user to Matrix SDK, with all respect to your team and developers, who left awesome comments in the project, I would like to ask you to improve the documentation for the SDK for iOS, since your repository is the only source of the information (except your comments on the code, which actually helped me a lot) and your console sample app is out of date and not supported and has not straightforward and easily understandable logic, which is really time consuming. It is not the best way to master your SDK for developers that way.
The text was updated successfully, but these errors were encountered:
After start session I have tried to call all types of methods like
session.fixRoomsSummariesLastMessage()
also tried to reset it, but still those properties are always nil.The only piece of code, that helped me to retrieve it is finding it by eventId. Could you, please tell the best way to retrieve it? Or what should be the correct flow of getting the room last message text
Also, as a new user to Matrix SDK, with all respect to your team and developers, who left awesome comments in the project, I would like to ask you to improve the documentation for the SDK for iOS, since your repository is the only source of the information (except your comments on the code, which actually helped me a lot) and your console sample app is out of date and not supported and has not straightforward and easily understandable logic, which is really time consuming. It is not the best way to master your SDK for developers that way.
The text was updated successfully, but these errors were encountered: