| 758 | } |
| 759 | |
| 760 | void Client::onDatabaseUpdated() { |
| 761 | contactRegistryOnIdentitiesChanged(); |
| 762 | } |
| 763 | |
| 764 | void Client::onDatabaseContactChanged(openmittsu::protocol::ContactId const& contact) { |
| 765 | // TODO: Better |
nothing calls this directly
no outgoing calls
no test coverage detected