remove leftover dead variable peer_tag_bloom_data from handle_sync_request
This commit is contained in:
parent
7119ff321c
commit
6a71af1ff8
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue