publish fix

remotes/1693045480750635534/spooky-22
Aevann1 2021-10-29 18:05:50 +02:00
parent a862b754f8
commit 7d0b36b574
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ def publish(pid, v):
for follow in v.followers:
user = get_account(follow.user_id)
send_notification(user, f"@{v.username} has made a new post: [{post.title}](http://{site}{post.permalink})", True)
send_notification(user.id, f"@{v.username} has made a new post: [{post.title}](http://{site}{post.permalink})", True)
cache.delete_memoized(frontlist)