Fix other API change: map new value Membership.KNOCKED

This commit is contained in:
Benoit Marty 2024-10-16 15:02:28 +02:00 committed by Benoit Marty
parent c1c9f53015
commit fb809dd074
2 changed files with 4 additions and 1 deletions

View file

@ -10,5 +10,6 @@ package io.element.android.libraries.matrix.api.room
enum class CurrentUserMembership {
INVITED,
JOINED,
LEFT
LEFT,
KNOCKED,
}