This commit is contained in:
Aevann1 2022-01-21 13:14:24 +02:00
parent 35dddec8f9
commit 6954bc75c1
7 changed files with 24 additions and 13 deletions

View file

@ -503,7 +503,7 @@ def message2(v, username):
'body': notifbody,
},
'data': {
'url': 'notifications?messages=true',
'url': '/notifications?messages=true',
}
}
},
@ -570,7 +570,7 @@ def messagereply(v):
'body': notifbody,
},
'data': {
'url': 'notifications?messages=true',
'url': '/notifications?messages=true',
}
}
},