Fix for telemetry polling

This commit is contained in:
Gnome Adrift
2026-03-30 11:38:05 -07:00
parent 8e48e1e817
commit cd8382f9fb
+1 -1
View File
@@ -833,7 +833,7 @@ async def _repeater_telemetry_loop():
blocking=False,
suspend_auto_fetch=True,
) as mc:
contact = await ContactRepository.get_by_public_key(key)
contact = await ContactRepository.get_by_key(key)
if contact is None:
logger.debug("Telemetry poll: contact %s not found, skipping", key[:12])
continue