global fix and add tauri app
This commit is contained in:
@@ -46,6 +46,7 @@ message UpdateRoomSettingsRequest {
|
||||
string roomId = 2;
|
||||
optional string name = 3;
|
||||
optional bool notificationsMuted = 4;
|
||||
optional bool pinned = 5;
|
||||
}
|
||||
|
||||
message AddRoomMemberRequest {
|
||||
@@ -156,6 +157,8 @@ message ChatRoomMemberResponse {
|
||||
bool notificationsMuted = 5;
|
||||
string familyRole = 6;
|
||||
bool isChatCreator = 7;
|
||||
bool isPinned = 8;
|
||||
optional string pinnedAt = 9;
|
||||
}
|
||||
|
||||
message ChatRoomResponse {
|
||||
@@ -171,6 +174,8 @@ message ChatRoomResponse {
|
||||
optional string peerUserId = 10;
|
||||
optional string botUsername = 11;
|
||||
optional bool isE2E = 12;
|
||||
bool isPinned = 13;
|
||||
optional string pinnedAt = 14;
|
||||
}
|
||||
|
||||
message PollOptionResponse {
|
||||
|
||||
Reference in New Issue
Block a user