1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 13:57:10 +09:00

DROID-2220 Protocol | Enhancement | MW 0.32.0-rc4 (#886)

This commit is contained in:
Evgenii Kozlov 2024-02-19 18:15:46 +01:00 committed by konstantiniiv
parent 53189f3751
commit 8dbd3e2af5
3 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,5 @@
[versions]
middlewareVersion = "v0.32.0-rc3"
middlewareVersion = "v0.32.0-rc4"
kotlinVersion = '1.8.22'
androidxCoreVersion = "1.12.0"

View file

@ -5014,6 +5014,7 @@ message Rpc {
string blockId = 2;
string targetId = 3;
ResponseEvent event = 4;
google.protobuf.Struct details = 5;
message Error {
Code code = 1;

View file

@ -911,6 +911,8 @@ enum SpaceStatus {
SpaceActive = 8;
// SpaceJoining - the account is joining the space
SpaceJoining = 9;
// SpaceRemoving - the account is removing from space or the space is removed from network
SpaceRemoving = 10;
}
message ParticipantPermissionChange {