Show participant projects in contacts popover
This commit is contained in:
parent
8e7f96cebc
commit
feb17c29ec
5 changed files with 279 additions and 19 deletions
|
@ -20,6 +20,11 @@ impl ParticipantLocation {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Default)]
|
||||
pub struct LocalParticipant {
|
||||
pub projects: Vec<proto::ParticipantProject>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct RemoteParticipant {
|
||||
pub user: Arc<User>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue