Skip to content

Commit

Permalink
opt_out.py: allow spam filtered accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Oct 22, 2024
1 parent 2727c17 commit 48c00c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/opt_out.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def run():
user.manual_opt_out = False
user.put()

assert not user.status, user.status
# assert not user.status, user.status

# give AS1 delete activity to receive
delete_base_id = user.web_url() if from_proto is Web else user_id
Expand Down

0 comments on commit 48c00c4

Please sign in to comment.