From f938a2b57ea70a0174ea4013ee17d84a0db961be Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Sat, 22 Jun 2024 10:51:54 -0700 Subject: [PATCH] opt out script bug fix for ATProto --- scripts/opt_out.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/opt_out.py b/scripts/opt_out.py index 6bf5284..24e282d 100644 --- a/scripts/opt_out.py +++ b/scripts/opt_out.py @@ -154,7 +154,7 @@ def run(): for t in AP_BASE_TARGETS + extra_targets] if from_proto != ATProto and user.get_copy(ATProto): - targets += Target(protocol='atproto', uri=ATProto.PDS_URL) + targets.append(Target(protocol='atproto', uri=ATProto.PDS_URL)) obj.undelivered = targets obj.put()