mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
Check if online.
This commit is contained in:
@@ -119,9 +119,9 @@ impl Message {
|
||||
match &channel {
|
||||
Channel::DirectMessage { recipients, .. } | Channel::Group { recipients, .. } => {
|
||||
for recipient in recipients {
|
||||
// if !is_online(recipient) {
|
||||
if !is_online(recipient) {
|
||||
target_ids.push(recipient.clone());
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
_ => {}
|
||||
|
||||
Reference in New Issue
Block a user