| 190 | } |
| 191 | |
| 192 | rpl::producer<TopicUpdate> Changes::topicFlagsValue( |
| 193 | not_null<ForumTopic*> topic, |
| 194 | TopicUpdate::Flags flags) const { |
| 195 | return _topicChanges.flagsValue(topic, flags); |
| 196 | } |
| 197 | |
| 198 | rpl::producer<TopicUpdate> Changes::realtimeTopicUpdates( |
| 199 | TopicUpdate::Flag flag) const { |
no test coverage detected