Skip to content

Commit

Permalink
update key url name
Browse files Browse the repository at this point in the history
  • Loading branch information
calellowitz committed Jan 31, 2025
1 parent 43f343e commit 1f8f6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messaging/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def post(self, request, *args, **kwargs):
title="Channel created",
body="Please provide your consent to send/receive message.",
data={
"keyUrl": server.key_url,
"key_url": server.key_url,
"action": CCC_MESSAGE_ACTION,
"channel_source": channel_source,
"channel_id": str(channel.channel_id),
Expand Down

0 comments on commit 1f8f6fb

Please sign in to comment.