forked from MarseyWorld/MarseyWorld
fds
parent
7f0762a4c0
commit
308fe32a70
|
@ -879,6 +879,7 @@ def unban_user(user_id, v):
|
||||||
x.is_banned = 0
|
x.is_banned = 0
|
||||||
x.unban_utc = 0
|
x.unban_utc = 0
|
||||||
x.ban_evade = 0
|
x.ban_evade = 0
|
||||||
|
x.ban_reason = None
|
||||||
g.db.add(x)
|
g.db.add(x)
|
||||||
|
|
||||||
send_repeatable_notification(user.id,
|
send_repeatable_notification(user.id,
|
||||||
|
|
Loading…
Reference in New Issue