telematrix icon indicating copy to clipboard operation
telematrix copied to clipboard

Display name and avatar changes are considered "x has joined the room"

Open turt2live opened this issue 8 years ago • 3 comments

turt2live avatar Oct 20 '17 05:10 turt2live

Probably related to #34

vijfhoek avatar Oct 23 '17 11:10 vijfhoek

Is there currently any code that checks for the difference between the current and previous m.room.membership state event whenever such an event is received? I haven't checked, but without comparing the current and previous state event (the replaces field in the event), room joins, displayname changes, and avatar changes are indistinguishable.

vurpo avatar Oct 26 '17 13:10 vurpo

There's some code, but it appears to not be working https://github.com/SijmenSchoon/telematrix/blob/master/telematrix/init.py#L295-L302

turt2live avatar Oct 26 '17 13:10 turt2live