| 83 | } |
| 84 | |
| 85 | HistoryUnreadThings::Proxy Thread::unreadReactions() { |
| 86 | return { |
| 87 | this, |
| 88 | _unreadThings, |
| 89 | HistoryUnreadThings::Type::Reactions, |
| 90 | !!(_flags & Flag::UnreadThingsKnown), |
| 91 | }; |
| 92 | } |
| 93 | |
| 94 | HistoryUnreadThings::ConstProxy Thread::unreadReactions() const { |
| 95 | return { |
no outgoing calls
no test coverage detected