This commit is contained in:
Aevann1 2022-01-15 13:03:51 +02:00
parent 0c4d8db0d7
commit 2d46e030f2
3 changed files with 2 additions and 3 deletions

View file

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