From 6a71af1ff8dba5f9888ea57b1ca83325e9af01cc Mon Sep 17 00:00:00 2001 From: blankie Date: Thu, 18 Jun 2026 00:20:33 +0000 Subject: [PATCH] remove leftover dead variable peer_tag_bloom_data from handle_sync_request --- tinyweb_forum/handlers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tinyweb_forum/handlers.py b/tinyweb_forum/handlers.py index cbe3097..5e61bcb 100644 --- a/tinyweb_forum/handlers.py +++ b/tinyweb_forum/handlers.py @@ -840,7 +840,6 @@ class ForumHandlers: incoming_posts = data.get("posts", []) incoming_upvotes = data.get("upvotes", []) peer_bloom_data = data.get("content_bloom") - peer_tag_bloom_data = data.get("tag_bloom") blocked = self._blocked_instances() my_topics = self._get_subscribed_topics()