signore: persist per-account via services metadata — push on edit, replay on login
This commit is contained in:
parent
6c5f330746
commit
1824af5d90
4 changed files with 35 additions and 0 deletions
|
|
@ -366,6 +366,8 @@ impl Command for Signore {
|
|||
}
|
||||
s.send(uid, format!(":{sn} NOTICE {nick} :SIGNORE \x02{mask}\x02 removed."));
|
||||
}
|
||||
// Persist the change to the user's services account (no-op if not logged in).
|
||||
s.push_signore_to_services(uid);
|
||||
CmdResult::Ok
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue