mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-11 17:59:15 +08:00
fix, is_subed()
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
19e8ca6c06
commit
e146c2606f
@ -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