| 67 | } |
| 68 | |
| 69 | HistoryUnreadThings::Proxy Thread::unreadMentions() { |
| 70 | return { |
| 71 | this, |
| 72 | _unreadThings, |
| 73 | HistoryUnreadThings::Type::Mentions, |
| 74 | !!(_flags & Flag::UnreadThingsKnown), |
| 75 | }; |
| 76 | } |
| 77 | |
| 78 | HistoryUnreadThings::ConstProxy Thread::unreadMentions() const { |
| 79 | return { |
no outgoing calls
no test coverage detected