change: disable signal master method, switch to 'any'
Some checks failed
ci / docker (push) Failing after 6s

This commit is contained in:
2024-11-01 11:59:49 +01:00
parent 4d26d45515
commit 85f72290b8

View File

@@ -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,