Skip to content
Snippets Groups Projects
Commit 02077a40 authored by insert's avatar insert
Browse files

Check if online.

parent 52e070c2
No related merge requests found
......@@ -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());
// }
}
}
}
_ => {}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment