remotes/1693045480750635534/spooky-22
Aevann1 2021-11-03 19:28:45 +02:00
parent 99138e697c
commit 24633263de
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def publish(pid, v):
if request.host == 'rdrama.net' and 'aevann' in f'{post.body_html}{post.title}'.lower() and 1 not in notify_users: notify_users.add(1)
for x in notify_users: send_notification(x, f"@{v.username} has mentioned you: http://{site}{new_post.permalink}")
for x in notify_users: send_notification(x, f"@{v.username} has mentioned you: http://{site}{post.permalink}")
for follow in v.followers:
user = get_account(follow.user_id)