feat: Add Setting to Hide Reply Context (#4224)
This commit is contained in:
@@ -1127,9 +1127,11 @@ MessageElementFlags ChannelView::getFlags() const
|
||||
if (this->sourceChannel_ == app->twitch->mentionsChannel)
|
||||
flags.set(MessageElementFlag::ChannelName);
|
||||
|
||||
if (this->context_ == Context::ReplyThread)
|
||||
if (this->context_ == Context::ReplyThread ||
|
||||
getSettings()->hideReplyContext)
|
||||
{
|
||||
// Don't show inline replies within the ReplyThreadPopup
|
||||
// or if they're hidden
|
||||
flags.unset(MessageElementFlag::RepliedMessage);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user