mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Implement message reply functionality (#2147)
This commit is contained in:
parent
7497540f80
commit
357efa9028
9 changed files with 238 additions and 71 deletions
|
|
@ -49,6 +49,7 @@ data class PacketEntity(
|
|||
routingError = routingError,
|
||||
packetId = packetId,
|
||||
emojis = reactions.toReaction(getNode),
|
||||
replyId = data.replyId
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue