This commit is contained in:
parent
2850620be1
commit
d819b2c75f
11 changed files with 80 additions and 22 deletions
|
|
@ -16,7 +16,7 @@ pub fn handle(me: &str, from: &Sender, account: &str, args: &[&str], ctx: &mut S
|
|||
let names: Vec<String> = db.accounts_matching("*").into_iter().map(|a| a.name).collect();
|
||||
let mut sent = 0usize;
|
||||
for name in &names {
|
||||
if db.memo_send(name, account, &text).is_ok() {
|
||||
if db.memo_send(name, account, &text, false).is_ok() {
|
||||
sent += 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue