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

Method enqueueMessage

src/MissingIdentityProcessor.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void MissingIdentityProcessor::enqueueMessage(openmittsu::messages::MessageWithEncryptedPayload const& message) {
36 queuedMessages.push_back(message);
37}
38
39void MissingIdentityProcessor::identityFetcherTaskFinished(openmittsu::protocol::ContactId const& contactId, bool successful) {
40 if (!missingContacts.contains(contactId)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected