TBAN timed channel bans (auto-lift on the tick)

This commit is contained in:
Jean Chevronnet 2026-08-09 00:58:37 +00:00
parent 835c1cf099
commit cab53016e8
5 changed files with 92 additions and 1 deletions

View file

@ -579,6 +579,7 @@ impl ChanMode for ListMode {
mask: mask.clone(),
setter,
ts: now(),
expires: None,
});
}
Applied::Yes(Some(mask))