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

@ -481,7 +481,7 @@ def api_comment(v):
'body': notifbody,
},
'data': {
'url': f'comment/{c.id}?context=9&read=true#context',
'url': f'/comment/{c.id}?context=9&read=true#context',
}
}
},