mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-04 11:59:18 +08:00
commit
ead200ea5d
@ -99,6 +99,7 @@ impl<T: Subscriber + From<ConnInner>> Service for ServiceTmpl<T> {
|
|||||||
|
|
||||||
fn is_subed(&self, id: i32) -> bool {
|
fn is_subed(&self, id: i32) -> bool {
|
||||||
self.0.read().unwrap().subscribes.get(&id).is_some()
|
self.0.read().unwrap().subscribes.get(&id).is_some()
|
||||||
|
|| self.0.read().unwrap().new_subscribes.get(&id).is_some()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn on_subscribe(&self, sub: ConnInner) {
|
fn on_subscribe(&self, sub: ConnInner) {
|
||||||
|
Loading…
Reference in New Issue
Block a user