matrix-nio
matrix-nio copied to clipboard
RoomMemberEvent send 2 events calls
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