Detect suspended accounts

This commit is contained in:
Zed 2020-04-14 23:56:31 +02:00
commit 8a6978cf74
8 changed files with 38 additions and 6 deletions

View file

@ -15,6 +15,7 @@ withDb:
except DbError: discard
safeAddColumn Profile.lowername
safeAddColumn Profile.suspended
var profileCacheTime = initDuration(minutes=10)