mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: Update messaging feature with contact item keys and MQTT limits (#4871)
This commit is contained in:
parent
d61c0c9a67
commit
88d11aafec
3 changed files with 17 additions and 3 deletions
|
|
@ -76,6 +76,7 @@ interface PacketDao {
|
|||
) latest ON p.contact_key = latest.contact_key AND p.received_time = latest.max_time
|
||||
WHERE (p.myNodeNum = 0 OR p.myNodeNum = (SELECT myNodeNum FROM my_node))
|
||||
AND p.port_num = 1 AND p.filtered = 0
|
||||
GROUP BY p.contact_key
|
||||
ORDER BY p.received_time DESC
|
||||
""",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue