Home
last modified time | relevance | path

Searched refs:active_room_id (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/fractal/fractal-4.4.0/fractal-gtk/src/appop/
H A Dstate.rs96 .and_then(|active_room_id| self.unsent_messages.get(active_room_id)) in set_state_room()
H A Dmessage.rs151 let active_room_id = self.active_room.as_ref()?; in mark_last_message_as_read() localVariable
152 let room = self.rooms.get_mut(active_room_id)?; in mark_last_message_as_read()
H A Droom.rs737 let active_room_id = unwrap_or_unit_return!(self.active_room.clone()); in update_typing_notification() localVariable
738 let active_room = unwrap_or_unit_return!(self.rooms.get(&active_room_id)); in update_typing_notification()