refactor: Remove Leading Mention in Replies and Highlight Participated Threads (#4047)

This commit is contained in:
nerix
2022-10-08 16:25:32 +02:00
committed by GitHub
parent 29272e130a
commit 4e2da540d2
19 changed files with 286 additions and 20 deletions
+10
View File
@@ -58,4 +58,14 @@ size_t MessageThread::liveCount(
return count;
}
bool MessageThread::participated() const
{
return this->participated_;
}
void MessageThread::markParticipated()
{
this->participated_ = true;
}
} // namespace chatterino