| 767 | } |
| 768 | |
| 769 | void Client::onDatabaseGroupChanged(openmittsu::protocol::GroupId const& group) { |
| 770 | // TODO: Better |
| 771 | contactRegistryOnIdentitiesChanged(); |
| 772 | } |
| 773 | |
| 774 | void Client::protocolClientOnReadyConnect() { |
| 775 | LOGGER_DEBUG("In Client: protocolClientOnReadyConnect()"); |
nothing calls this directly
no outgoing calls
no test coverage detected