| 285 | } |
| 286 | |
| 287 | int RepliesList::unreadCountCurrent() const { |
| 288 | return _unreadCount.current().value_or(0); |
| 289 | } |
| 290 | |
| 291 | rpl::producer<std::optional<int>> RepliesList::unreadCountValue() const { |
| 292 | return _unreadCount.value(); |
no test coverage detected