remove leftover dead variable peer_tag_bloom_data from handle_sync_request

This commit is contained in:
blankie 2026-06-18 00:20:33 +00:00
parent 7119ff321c
commit 6a71af1ff8

View file

@ -840,7 +840,6 @@ class ForumHandlers:
incoming_posts = data.get("posts", []) incoming_posts = data.get("posts", [])
incoming_upvotes = data.get("upvotes", []) incoming_upvotes = data.get("upvotes", [])
peer_bloom_data = data.get("content_bloom") peer_bloom_data = data.get("content_bloom")
peer_tag_bloom_data = data.get("tag_bloom")
blocked = self._blocked_instances() blocked = self._blocked_instances()
my_topics = self._get_subscribed_topics() my_topics = self._get_subscribed_topics()