| 5157 | } |
| 5158 | |
| 5159 | void Session::channelDifferenceTooLong(not_null<ChannelData*> channel) { |
| 5160 | _channelDifferenceTooLong.fire_copy(channel); |
| 5161 | } |
| 5162 | |
| 5163 | rpl::producer<not_null<ChannelData*>> Session::channelDifferenceTooLong() const { |
| 5164 | return _channelDifferenceTooLong.events(); |
no test coverage detected