Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
communications-backbone
Commits
410dde69
Unverified
Commit
410dde69
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
fix: correct queue name for broadcast messages
parent
44518aef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
endpoints/notify.py
endpoints/notify.py
+1
-1
No files found.
endpoints/notify.py
View file @
410dde69
...
...
@@ -30,7 +30,7 @@ class Notify(Resource):
'message'
:
body
,
}
client_id
=
args
.
get
(
"client_id"
)
notify_queue
=
client_id
+
"-
notify
"
notify_queue
=
client_id
+
"-
broadcast
"
if
client_id
in
self
.
clients
:
client
=
self
.
clients
.
get
(
client_id
)
if
args
.
get
(
"secret"
)
==
client
.
get
(
"secret"
):
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment