Build tapback support into the meshpacket

pull/64/head
Jm Casler 2021-12-29 09:12:10 -08:00
rodzic ec35525ae6
commit 67232d9c95
1 zmienionych plików z 13 dodań i 1 usunięć

Wyświetl plik

@ -712,6 +712,18 @@ message MeshPacket {
* Describe if this message is delayed
*/
Delayed delayed = 15;
/*
* If set, this message is intened to be a reply to a previously sent message with the defined id.
*/
fixed32 reply_id = 16;
/*
* Defaults to false. If true, then what is in the payload should be treated as an emoji like giving
* a message a heart or poop emoji.
*/
bool is_tapback = 17;
}
/*