Skip to content
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

Get receiptMessage #1797

Open
Azilla030 opened this issue Jun 12, 2023 · 1 comment
Open

Get receiptMessage #1797

Azilla030 opened this issue Jun 12, 2023 · 1 comment

Comments

@Azilla030
Copy link

Azilla030 commented Jun 12, 2023

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.

@ceburo
Copy link

ceburo commented Oct 27, 2023

Hello I have the exact same problem here.
Did you find solution @Azilla030 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants