fix: Update messaging feature with contact item keys and MQTT limits (#4871)

This commit is contained in:
James Rich 2026-03-21 09:25:23 -05:00 committed by GitHub
parent d61c0c9a67
commit 88d11aafec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 3 deletions

View file

@ -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
""",
)