mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2026-06-18 21:02:38 +02:00
This commit is contained in:
+1
-3
@@ -376,9 +376,7 @@ def save_in_dispatch_queue(persons, title, message, method):
|
||||
# this secret will be needed to confirm the message as dispatched #
|
||||
dispatch_secret = secrets.token_urlsafe(32)
|
||||
|
||||
# TODO fix this
|
||||
master_method = "signal"
|
||||
|
||||
master_method = "any"
|
||||
obj = DispatchObject(username=p.username,
|
||||
phone=p.phone,
|
||||
email=p.email,
|
||||
|
||||
Reference in New Issue
Block a user