Fix joining hosted projects (#9038)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-03-07 19:56:41 -07:00 committed by GitHub
parent f67abd2943
commit 866d791760
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 104 additions and 69 deletions

View file

@ -408,7 +408,7 @@ message JoinProject {
}
message JoinHostedProject {
uint64 id = 1;
uint64 project_id = 1;
}
message JoinProjectResponse {
@ -1067,7 +1067,7 @@ message ChannelParticipants {
}
message HostedProject {
uint64 id = 1;
uint64 project_id = 1;
uint64 channel_id = 2;
string name = 3;
ChannelVisibility visibility = 4;