mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2026-06-19 05:12:38 +02:00
fix: allow link parameter in dq
This commit is contained in:
+1
-1
@@ -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