mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 15:19:32 +00:00
Detect suspended accounts
This commit is contained in:
parent
240ce15651
commit
8a6978cf74
8 changed files with 38 additions and 6 deletions
|
|
@ -15,6 +15,7 @@ withDb:
|
|||
except DbError: discard
|
||||
|
||||
safeAddColumn Profile.lowername
|
||||
safeAddColumn Profile.suspended
|
||||
|
||||
var profileCacheTime = initDuration(minutes=10)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue