Use a different style for inactive participants

This commit is contained in:
Antonio Scandurra 2022-10-04 14:50:41 +02:00
parent 456dde200c
commit de917c4678
5 changed files with 82 additions and 35 deletions

View file

@ -20,6 +20,7 @@ impl ParticipantLocation {
}
}
#[derive(Clone)]
pub struct RemoteParticipant {
pub user: Arc<User>,
pub project_ids: Vec<u64>,