mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2026-03-10 01:31:44 +01:00
fix: allow link parameter in dq
This commit is contained in:
@@ -385,7 +385,7 @@ def smart_send_to_clients(path=None):
|
|||||||
return flask.jsonify(dispatch_secrets)
|
return flask.jsonify(dispatch_secrets)
|
||||||
|
|
||||||
|
|
||||||
def save_in_dispatch_queue(persons, title, message, method):
|
def save_in_dispatch_queue(persons, title, message, method, link=""):
|
||||||
|
|
||||||
|
|
||||||
dispatch_secrets = []
|
dispatch_secrets = []
|
||||||
|
|||||||
Reference in New Issue
Block a user