Show participant projects in contacts popover

This commit is contained in:
Antonio Scandurra 2022-10-11 12:23:15 +02:00
parent 8e7f96cebc
commit feb17c29ec
5 changed files with 279 additions and 19 deletions

View file

@ -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>,