Fix for telemetry polling

This commit is contained in:
Gnome Adrift
2026-03-30 11:38:05 -07:00
committed by Jack Kingsman
parent 0511d6f69b
commit 87df4b4aa1

View File

@@ -877,7 +877,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