opt out script bug fix for ATProto

pull/1153/head
Ryan Barrett 2024-06-22 10:51:54 -07:00
rodzic 417e3fdb20
commit f938a2b57e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -154,7 +154,7 @@ def run():
for t in AP_BASE_TARGETS + extra_targets] for t in AP_BASE_TARGETS + extra_targets]
if from_proto != ATProto and user.get_copy(ATProto): 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.undelivered = targets
obj.put() obj.put()