Fix: Removed line previously used for debug. Should close #637

This commit is contained in:
Manuel Cortez 2024-05-24 15:40:36 -06:00
parent 650747f423
commit 438115d8e8
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -259,7 +259,6 @@ class viewPost(post):
source = source_obj.get("name") source = source_obj.get("name")
self.message = postDialogs.viewPost(text=text, boosts_count=boost_count, favs_count=favs_count, source=source, date=date, privacy=privacy) self.message = postDialogs.viewPost(text=text, boosts_count=boost_count, favs_count=favs_count, source=source, date=date, privacy=privacy)
participants = [post.account.id] + [account.id for account in post.mentions] participants = [post.account.id] + [account.id for account in post.mentions]
print(post, participants)
if self.session.db["user_id"] in participants: if self.session.db["user_id"] in participants:
self.message.mute.Enable(True) self.message.mute.Enable(True)
if post.muted: if post.muted: