remotes/1693045480750635534/spooky-22
Aevann1 2022-03-02 06:25:45 +02:00
parent bd82420d6a
commit a2019ff48f
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ def edit_post(pid, v):
if not p.private and not p.ghost:
notify_users = NOTIFY_USERS(f'{title} {body}', v)
if notify_users:
cid = notif_comment(f"@{v.username} has mentioned you: [{SITE_FULL}/post/{post.id}](/post/{post.id})")
cid = notif_comment(f"@{v.username} has mentioned you: [{SITE_FULL}/post/{p.id}](/post/{p.id})")
for x in notify_users:
add_notif(cid, x)