feat: Implement message reply functionality (#2147)

This commit is contained in:
James Rich 2025-06-18 01:15:07 +00:00 committed by GitHub
parent 7497540f80
commit 357efa9028
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 238 additions and 71 deletions

View file

@ -49,6 +49,7 @@ data class PacketEntity(
routingError = routingError,
packetId = packetId,
emojis = reactions.toReaction(getNode),
replyId = data.replyId
)
}
}