WIP: require sharing projects on a given Room

This commit is contained in:
Antonio Scandurra 2022-09-30 18:21:47 +02:00
parent 074b8f18d1
commit 964a5d2db7
6 changed files with 105 additions and 65 deletions

View file

@ -194,7 +194,9 @@ message RoomUpdated {
Room room = 1;
}
message ShareProject {}
message ShareProject {
uint64 room_id = 1;
}
message ShareProjectResponse {
uint64 project_id = 1;