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
|
@ -20,10 +20,6 @@ impl ParticipantLocation {
|
|||
}
|
||||
}
|
||||
|
||||
pub struct LocalParticipant {
|
||||
pub projects: Vec<ModelHandle<Project>>,
|
||||
}
|
||||
|
||||
pub struct RemoteParticipant {
|
||||
pub user_id: u64,
|
||||
pub projects: Vec<ModelHandle<Project>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue