We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I try to achieve that this function get triggered which give the status about if an message would read or not.
func getReceipt() { let room = mxSession?.room(withRoomId: room?.roomId) room?.listen(toEventsOfTypes: [kMXEventTypeStringRoomMessage]) { event, direction, roomState in } }
I have two clients with different user und post a message in the room and I want that I go into this function but nothing happened.
The text was updated successfully, but these errors were encountered:
Hello I have the exact same problem here. Did you find solution @Azilla030 ?
Sorry, something went wrong.
No branches or pull requests
I try to achieve that this function get triggered which give the status about if an message would read or not.
I have two clients with different user und post a message in the room and I want that I go into this function but nothing happened.
The text was updated successfully, but these errors were encountered: