mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
feat: per-account ghost & lock ghost features & refactor
This commit is contained in:
@@ -533,7 +533,7 @@ void HistoryMessageReply::updateData(
|
||||
: resolvedStory
|
||||
? resolvedStory->peer().get()
|
||||
: nullptr;
|
||||
const auto blocked = settings.hideFromBlocked
|
||||
const auto blocked = settings.hideFromBlocked()
|
||||
&& author
|
||||
&& author->isUser()
|
||||
&& author->asUser()->isBlocked();
|
||||
|
||||
Reference in New Issue
Block a user