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

DROID-3603 Protocol | Enhancement | MW 0.40.18 (#2351)

This commit is contained in:
Evgenii Kozlov 2025-04-24 14:38:14 +02:00
parent 8a353afb9a
commit 54f9118edc
3 changed files with 4 additions and 2 deletions

View file

@ -3108,6 +3108,8 @@ message Rpc {
GET_STARTED = 1;
EMPTY = 2;
GUIDE_ONLY = 3; // only the guide without other tables
GET_STARTED_MOBILE = 4;
EMPTY_MOBILE = 5;
}
}