| 5679 | } |
| 5680 | |
| 5681 | void Session::addRecentJoinChat(const RecentJoinChat &data) { |
| 5682 | _recentJoinChat.fire_copy(data); |
| 5683 | } |
| 5684 | |
| 5685 | rpl::producer<RecentJoinChat> Session::recentJoinChat() const { |
| 5686 | return _recentJoinChat.events(); |
no outgoing calls
no test coverage detected