matrix-nio icon indicating copy to clipboard operation
matrix-nio copied to clipboard

RoomMemberEvent send 2 events calls

Open shreyasajj opened this issue 2 years ago • 0 comments

I have a program that utilizes Event Calls as such

client.add_event_callback(
        callbacks.direct,
        (
            RoomMemberEvent,
            RoomMessage,

        ),
     )

No matter what I tried it seems that nio sends 2 event to me exactly the same for any join event. However, any Message event works fine and invite only sends one event. I have tried for a long time but it really feel like something on your end. I can help you reproduce it if you need help. If it on my end I apologize, I just cannot figure it out.

Thank you

shreyasajj avatar Mar 25 '22 06:03 shreyasajj