master
Aevann1 2022-02-16 06:54:30 +02:00
parent cba1ab69d3
commit 9f2ed94929
1 changed files with 1 additions and 1 deletions

View File

@ -928,7 +928,7 @@ def pin_comment(cid, v):
g.db.add(comment)
if v.id != comment.author_id:
if v.id != comment.author_id and not comment.post.ghost:
message = f"@{v.username} (OP) has pinned your [comment]({comment.sl})!"
send_repeatable_notification(comment.author_id, message)