mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-06 06:21:36 +01:00
change: disable signal master method, switch to 'any'
Some checks failed
ci / docker (push) Failing after 6s
Some checks failed
ci / docker (push) Failing after 6s
This commit is contained in:
@@ -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