diff --git a/anonstream/tasks.py b/anonstream/tasks.py index 65b0247..d01233c 100644 --- a/anonstream/tasks.py +++ b/anonstream/tasks.py @@ -66,7 +66,7 @@ async def t_sunset_users(timestamp, iteration): # Deverify absent users for user in get_absent_users(timestamp): - deverify(user, timestamp=timestamp) + user['verified'] = False # Remove as many absent users as possible