matrix-org/matrix-ios-sdk

Get receiptMessage

Azilla030 opened this issue · 1 comments

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 commented

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