This commit is contained in:
DaneEvans 2025-07-20 10:00:23 +10:00 committed by GitHub
parent 162f9e4492
commit f5d9c361fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 133 additions and 1 deletions

View file

@ -51,7 +51,8 @@ data class PacketEntity(
routingError = routingError,
packetId = packetId,
emojis = reactions.toReaction(getNode),
replyId = data.replyId
replyId = data.replyId,
viaMqtt = node.viaMqtt
)
}
}