WIP: require sharing projects on a given Room
This commit is contained in:
parent
074b8f18d1
commit
964a5d2db7
6 changed files with 105 additions and 65 deletions
|
@ -194,7 +194,9 @@ message RoomUpdated {
|
|||
Room room = 1;
|
||||
}
|
||||
|
||||
message ShareProject {}
|
||||
message ShareProject {
|
||||
uint64 room_id = 1;
|
||||
}
|
||||
|
||||
message ShareProjectResponse {
|
||||
uint64 project_id = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue