feat: Add Setting to Hide Reply Context (#4224)
This commit is contained in:
@@ -74,6 +74,11 @@ int stripLeadingReplyMention(const QVariantMap &tags, QString &content)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
if (getSettings()->hideReplyContext)
|
||||
{
|
||||
// Never strip reply mentions if reply contexts are hidden
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (const auto it = tags.find("reply-parent-display-name");
|
||||
it != tags.end())
|
||||
|
||||
Reference in New Issue
Block a user