kamax-matrix / matrix-java-sdk

Matrix Java SDK
GNU Affero General Public License v3.0
21 stars 14 forks source link

Support for membership parameter of MatrixJsonRoomMembershipEvent #47

Closed MrCustomizer closed 6 years ago

MrCustomizer commented 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".

maxidorius commented 6 years ago

It's already available, unless I misunderstood what you're after.

MrCustomizer commented 6 years ago

Oops, you're right. Thanks for pointing that out.