From c45ffc99893503978774e0bbf486c1f6404d674f Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Mon, 15 Dec 2025 21:55:24 -0600 Subject: [PATCH] update payload --- src/modules/Native/StoreForwardPlusPlus.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/Native/StoreForwardPlusPlus.cpp b/src/modules/Native/StoreForwardPlusPlus.cpp index 70da13078..7236b206d 100644 --- a/src/modules/Native/StoreForwardPlusPlus.cpp +++ b/src/modules/Native/StoreForwardPlusPlus.cpp @@ -439,6 +439,7 @@ ProcessMessage StoreForwardPlusPlusModule::handleReceived(const meshtastic_MeshP if (isInDB(message_hash_bytes)) { LOG_WARN("found message in db"); + updatePayload(message_hash_bytes, (char *)mp.decoded.payload.bytes, mp.decoded.payload.size); // TODO: For this iteration, we should check if the text payload is present in the db, and update it if not return ProcessMessage::CONTINUE; }