bbfgdf
This commit is contained in:
parent
6a5ce811bc
commit
bff139e61a
1 changed files with 2 additions and 2 deletions
|
@ -438,7 +438,7 @@ def message2(v, username):
|
|||
else: notifbody = message
|
||||
|
||||
beams_client.publish_to_interests(
|
||||
interests=[str(user.id)],
|
||||
interests=[f'{request.host}{user.id}'],
|
||||
publish_body={
|
||||
'web': {
|
||||
'notification': {
|
||||
|
@ -454,7 +454,7 @@ def message2(v, username):
|
|||
'body': notifbody,
|
||||
},
|
||||
'data': {
|
||||
'url': f'notifications',
|
||||
'url': 'notifications',
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue