Fix other API change: map new value Membership.KNOCKED
This commit is contained in:
parent
c1c9f53015
commit
fb809dd074
2 changed files with 4 additions and 1 deletions
|
|
@ -10,5 +10,6 @@ package io.element.android.libraries.matrix.api.room
|
|||
enum class CurrentUserMembership {
|
||||
INVITED,
|
||||
JOINED,
|
||||
LEFT
|
||||
LEFT,
|
||||
KNOCKED,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue