added missing implementation of "note to self", disabled breakers in debug environments

This commit is contained in:
2025-03-11 16:22:02 +01:00
parent 769fbc1b6a
commit 905206f242
5 changed files with 9 additions and 6 deletions

View File

@ -110,6 +110,7 @@ enum GetRoomResponseObjectConversationType {
@JsonValue(3) public,
@JsonValue(4) changelog,
@JsonValue(5) deleted,
@JsonValue(6) noteToSelf,
}
enum GetRoomResponseObjectParticipantNotificationLevel {