sbs: since propagation isn't optional anyway, let's propagate on a ban to get their alts

pull/2/head
justcool393 2022-11-22 09:51:04 -06:00
parent 5f628d7c41
commit 6acd896967
1 changed files with 1 additions and 0 deletions

View File

@ -880,6 +880,7 @@ def shadowban(user_id, v):
reason = request.values.get("reason").strip()[:256]
user.ban_reason = reason
g.db.add(user)
check_for_alts(user, False)
ma = ModAction(
kind="shadowban",