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

Method storeSentGroupMessageText

src/database/SimpleDatabase.cpp:738–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736 }
737
738 openmittsu::protocol::MessageId SimpleDatabase::storeSentGroupMessageText(openmittsu::protocol::GroupId const& group, openmittsu::protocol::MessageTime const& timeCreated, bool isQueued, QString const& message) {
739 return internal::DatabaseGroupMessage::insertGroupMessageFromUs(this, group, generateUuid(), timeCreated, GroupMessageType::TEXT, message, isQueued, false, QStringLiteral(""));
740 }
741
742 openmittsu::protocol::MessageId SimpleDatabase::storeSentGroupMessageImage(openmittsu::protocol::GroupId const& group, openmittsu::protocol::MessageTime const& timeCreated, bool isQueued, QByteArray const& image, QString const& caption) {
743 if (!hasGroup(group)) {

Callers 3

TEST_FFunction · 0.45
sendTextMethod · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36