Remove leaked abstraction topic (pubsub topic) vs. shard

Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
This commit is contained in:
Fabiana Cecin 2026-06-01 12:09:17 -03:00 committed by GitHub
parent d195b5522c
commit 1494ebb96f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,8 +35,8 @@ proc registerRelayHandler(
if not alreadySubscribed or not node.legacyAppHandlers.hasKey(shard):
node.legacyAppHandlers[shard] = appHandler
else:
debug "Legacy appHandler already exists for active PubsubTopic, ignoring new handler",
topic = shard
debug "Legacy appHandler already exists for active shard, ignoring new handler",
shard
if alreadySubscribed:
return false