mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-08 07: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 #
|
# this secret will be needed to confirm the message as dispatched #
|
||||||
dispatch_secret = secrets.token_urlsafe(32)
|
dispatch_secret = secrets.token_urlsafe(32)
|
||||||
|
|
||||||
# TODO fix this
|
master_method = "any"
|
||||||
master_method = "signal"
|
|
||||||
|
|
||||||
obj = DispatchObject(username=p.username,
|
obj = DispatchObject(username=p.username,
|
||||||
phone=p.phone,
|
phone=p.phone,
|
||||||
email=p.email,
|
email=p.email,
|
||||||
|
|||||||
Reference in New Issue
Block a user