StoreForward: (tapback) reply support (#5585)

This commit is contained in:
GUVWAF
2024-12-15 20:11:13 +01:00
committed by GitHub
parent 09c082fd00
commit 69d01a8088
2 changed files with 12 additions and 3 deletions

View File

@@ -13,7 +13,10 @@ struct PacketHistoryStruct {
uint32_t time;
uint32_t to;
uint32_t from;
uint32_t id;
uint8_t channel;
uint32_t reply_id;
bool emoji;
uint8_t payload[meshtastic_Constants_DATA_PAYLOAD_LEN];
pb_size_t payload_size;
};