Closed MrCustomizer closed 6 years ago
MatrixJsonRoomMembershipEvent has to be extended, so that it is possible to query the membership parameter of the JSON object. According to the spec it can contain the following values: "invite", "join", "knock", "leave" and "ban".
MatrixJsonRoomMembershipEvent
It's already available, unless I misunderstood what you're after.
Oops, you're right. Thanks for pointing that out.
MatrixJsonRoomMembershipEvent
has to be extended, so that it is possible to query the membership parameter of the JSON object. According to the spec it can contain the following values: "invite", "join", "knock", "leave" and "ban".