forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-16 03:55:37 +02:00
parent dc8e268dd8
commit 7a3591b40d
1 changed files with 2 additions and 2 deletions

View File

@ -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',
}
}
},