MCPcopy Create free account
hub / github.com/blizzard4591/openMittsu / onDatabaseGroupChanged

Method onDatabaseGroupChanged

src/Client.cpp:769–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767}
768
769void Client::onDatabaseGroupChanged(openmittsu::protocol::GroupId const& group) {
770 // TODO: Better
771 contactRegistryOnIdentitiesChanged();
772}
773
774void Client::protocolClientOnReadyConnect() {
775 LOGGER_DEBUG("In Client: protocolClientOnReadyConnect()");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected