This commit is contained in:
Aevann1 2022-02-04 18:13:03 +02:00
parent 44d978150c
commit 5cf74e53eb
9 changed files with 42 additions and 37 deletions

View file

@ -502,7 +502,7 @@ def message2(v, username):
'title': f'New message from @{v.username}',
'body': notifbody,
'deep_link': f'{SITE_FULL}/notifications?messages=true',
'icon': f'{SITE_FULL}/assets/images/{SITE_NAME}/icon.webp',
'icon': f'{SITE_FULL}/assets/images/{SITE_NAME}/icon.webp?a=1009',
}
},
'fcm': {
@ -570,7 +570,7 @@ def messagereply(v):
'title': f'New message from @{v.username}',
'body': notifbody,
'deep_link': f'{SITE_FULL}/notifications?messages=true',
'icon': f'{SITE_FULL}/assets/images/{SITE_NAME}/icon.webp',
'icon': f'{SITE_FULL}/assets/images/{SITE_NAME}/icon.webp"a=1008',
}
},
'fcm': {