diff --git a/hive/db/sql_scripts/bridge_get_account_posts_by_blog.sql b/hive/db/sql_scripts/bridge_get_account_posts_by_blog.sql index a4765fba5ce65a89f6e1c81756aa474c30cafb98..def7c62c8fd1b8cc11573645c86dc49c19b8aac0 100644 --- a/hive/db/sql_scripts/bridge_get_account_posts_by_blog.sql +++ b/hive/db/sql_scripts/bridge_get_account_posts_by_blog.sql @@ -58,7 +58,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM hive_posts_view hp JOIN ( diff --git a/hive/db/sql_scripts/bridge_get_account_posts_by_comments.sql b/hive/db/sql_scripts/bridge_get_account_posts_by_comments.sql index bd02c77323b61ad646ff5d3af1a866ae1f629120..f701d0fbd49f953281a109f5d92941939db613d2 100644 --- a/hive/db/sql_scripts/bridge_get_account_posts_by_comments.sql +++ b/hive/db/sql_scripts/bridge_get_account_posts_by_comments.sql @@ -46,7 +46,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT hp1.id diff --git a/hive/db/sql_scripts/bridge_get_account_posts_by_payout.sql b/hive/db/sql_scripts/bridge_get_account_posts_by_payout.sql index 042e993678e2a9ac6742c55b03f5c3c34ea66ea5..5b54be03b61ea043bde671ff47a820f0ab35daa0 100644 --- a/hive/db/sql_scripts/bridge_get_account_posts_by_payout.sql +++ b/hive/db/sql_scripts/bridge_get_account_posts_by_payout.sql @@ -50,7 +50,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM hive_posts_view hp WHERE diff --git a/hive/db/sql_scripts/bridge_get_account_posts_by_posts.sql b/hive/db/sql_scripts/bridge_get_account_posts_by_posts.sql index 5004636581aba2858a88362f167ebbdbbff96999..8993c684b9caa883be20c8958f4874907e0e9503 100644 --- a/hive/db/sql_scripts/bridge_get_account_posts_by_posts.sql +++ b/hive/db/sql_scripts/bridge_get_account_posts_by_posts.sql @@ -46,7 +46,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM hive_posts_view hp WHERE diff --git a/hive/db/sql_scripts/bridge_get_account_posts_by_replies.sql b/hive/db/sql_scripts/bridge_get_account_posts_by_replies.sql index 74a17016ad549215a7d03f4adbe21f577b14f843..671c5265187521389a97f09c431d13174eae353f 100644 --- a/hive/db/sql_scripts/bridge_get_account_posts_by_replies.sql +++ b/hive/db/sql_scripts/bridge_get_account_posts_by_replies.sql @@ -46,7 +46,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT diff --git a/hive/db/sql_scripts/bridge_get_post.sql b/hive/db/sql_scripts/bridge_get_post.sql index 7dab4549b98e3c6a02429d57711be86f86581685..16b46f6332fbae003d06d9f1fc61514cafc0a79c 100644 --- a/hive/db/sql_scripts/bridge_get_post.sql +++ b/hive/db/sql_scripts/bridge_get_post.sql @@ -44,7 +44,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM hive_posts_view hp WHERE diff --git a/hive/db/sql_scripts/bridge_get_ranked_post_for_all.sql b/hive/db/sql_scripts/bridge_get_ranked_post_for_all.sql index 39585907eb734b6d9ef9b39e1544d7048b57ce4e..3683f71358087bbb2b6e3272eed42ba034ca2384 100644 --- a/hive/db/sql_scripts/bridge_get_ranked_post_for_all.sql +++ b/hive/db/sql_scripts/bridge_get_ranked_post_for_all.sql @@ -43,7 +43,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -110,7 +111,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -179,7 +181,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -249,7 +252,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -320,7 +324,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -390,7 +395,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -459,7 +465,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT diff --git a/hive/db/sql_scripts/bridge_get_ranked_post_for_communities.sql b/hive/db/sql_scripts/bridge_get_ranked_post_for_communities.sql index 147377f89dba7dbae03f9361ede4c8f9796fa430..8ba240e612fd7db6cb7caf7ad1825de21c84791e 100644 --- a/hive/db/sql_scripts/bridge_get_ranked_post_for_communities.sql +++ b/hive/db/sql_scripts/bridge_get_ranked_post_for_communities.sql @@ -39,7 +39,8 @@ $function$ hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM hive_posts_view hp JOIN hive_communities hc ON hc.id = hp.community_id @@ -98,7 +99,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -169,7 +171,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -241,7 +244,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -311,7 +315,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -381,7 +386,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -452,7 +458,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -518,7 +525,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT diff --git a/hive/db/sql_scripts/bridge_get_ranked_post_for_observer_communities.sql b/hive/db/sql_scripts/bridge_get_ranked_post_for_observer_communities.sql index 7e836ba765e6fa7fd40f1b95fb500e1a04467a46..3290228ae8bbb4e40acfdc04b317383ee306dc6c 100644 --- a/hive/db/sql_scripts/bridge_get_ranked_post_for_observer_communities.sql +++ b/hive/db/sql_scripts/bridge_get_ranked_post_for_observer_communities.sql @@ -45,7 +45,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM hive_posts_view hp JOIN hive_subscriptions hs ON hp.community_id = hs.community_id @@ -109,7 +110,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM hive_posts_view hp JOIN hive_subscriptions hs ON hp.community_id = hs.community_id @@ -173,7 +175,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -248,7 +251,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM hive_posts_view hp JOIN hive_subscriptions hs ON hp.community_id = hs.community_id @@ -312,7 +316,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM hive_posts_view hp JOIN hive_subscriptions hs ON hp.community_id = hs.community_id @@ -377,7 +382,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -451,7 +457,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM hive_posts_view hp JOIN hive_subscriptions hs ON hp.community_id = hs.community_id diff --git a/hive/db/sql_scripts/bridge_get_ranked_post_for_tag.sql b/hive/db/sql_scripts/bridge_get_ranked_post_for_tag.sql index bb8b49d344fe469d530e9078c34eae3080568a5b..ddbea05282bf20ed194d7a1eb3f291bbd0936b08 100644 --- a/hive/db/sql_scripts/bridge_get_ranked_post_for_tag.sql +++ b/hive/db/sql_scripts/bridge_get_ranked_post_for_tag.sql @@ -45,7 +45,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -117,7 +118,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -189,7 +191,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -262,7 +265,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -335,7 +339,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -407,7 +412,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT @@ -479,7 +485,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM ( SELECT diff --git a/hive/db/sql_scripts/bridge_get_ranked_post_type.sql b/hive/db/sql_scripts/bridge_get_ranked_post_type.sql index e486bf70cb059126b22ad84068a5bc082427a99f..af5aab7184af7bd940625ac389284f8b2ccf0c97 100644 --- a/hive/db/sql_scripts/bridge_get_ranked_post_type.sql +++ b/hive/db/sql_scripts/bridge_get_ranked_post_type.sql @@ -35,7 +35,8 @@ CREATE TYPE bridge_api_post AS ( community_title VARCHAR, role_id SMALLINT, is_pinned BOOLEAN, - curator_payout_value VARCHAR + curator_payout_value VARCHAR, + is_muted BOOLEAN ); DROP TYPE IF EXISTS bridge_api_post_reblogs CASCADE; diff --git a/hive/db/sql_scripts/condenser_get_by_account_comments.sql b/hive/db/sql_scripts/condenser_get_by_account_comments.sql index 572fca3c90d467a46665fa1acda9f7d3fcd797a2..62687cdf38f6fb1ffe9385a56377e3eeab0a50cb 100644 --- a/hive/db/sql_scripts/condenser_get_by_account_comments.sql +++ b/hive/db/sql_scripts/condenser_get_by_account_comments.sql @@ -52,7 +52,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM hive_posts_view hp WHERE ( hp.author = _author ) AND ( ( __post_id = 0 ) OR ( hp.id <= __post_id ) ) AND hp.depth > 0 ORDER BY hp.id DESC diff --git a/hive/db/sql_scripts/condenser_get_by_blog.sql b/hive/db/sql_scripts/condenser_get_by_blog.sql index f3139ed7bfb764addc0978ee09690bb5f0b212ed..719badc99441b8c8471e1fc31204cdb73d435b7f 100644 --- a/hive/db/sql_scripts/condenser_get_by_blog.sql +++ b/hive/db/sql_scripts/condenser_get_by_blog.sql @@ -62,7 +62,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM hive_posts_view hp JOIN hive_feed_cache hfc ON hp.id = hfc.post_id WHERE hfc.account_id = __account_id AND ( ( __post_id = 0 ) OR ( hfc.created_at <= __created_at ) ) diff --git a/hive/db/sql_scripts/condenser_get_by_blog_without_reblog.sql b/hive/db/sql_scripts/condenser_get_by_blog_without_reblog.sql index c952296f218b761609c77ba59783e7f161457f3f..588272fcbee7b061112e9d6ee46846814c78ddee 100644 --- a/hive/db/sql_scripts/condenser_get_by_blog_without_reblog.sql +++ b/hive/db/sql_scripts/condenser_get_by_blog_without_reblog.sql @@ -52,7 +52,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM hive_posts_view hp WHERE ( hp.author = _author ) AND ( ( __post_id = 0 ) OR ( hp.id <= __post_id ) ) AND hp.depth = 0 ORDER BY hp.id DESC diff --git a/hive/db/sql_scripts/condenser_get_by_replies_to_account.sql b/hive/db/sql_scripts/condenser_get_by_replies_to_account.sql index a18cd7e97387837d21a55c20ab3ede00985d8a92..6907236879545a6761b2886d4384be4cd59f2dba 100644 --- a/hive/db/sql_scripts/condenser_get_by_replies_to_account.sql +++ b/hive/db/sql_scripts/condenser_get_by_replies_to_account.sql @@ -62,7 +62,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM hive_posts_view hp JOIN ( diff --git a/hive/db/sql_scripts/condenser_get_discussions_by_comments.sql b/hive/db/sql_scripts/condenser_get_discussions_by_comments.sql index 2da2db5b8f10765d0a5fc5b86951d92070f6b4ab..cc8ea3c823d7bd14e3a427d743fb6593e5ae61f9 100644 --- a/hive/db/sql_scripts/condenser_get_discussions_by_comments.sql +++ b/hive/db/sql_scripts/condenser_get_discussions_by_comments.sql @@ -52,7 +52,8 @@ BEGIN hp.community_title, hp.role_id, hp.is_pinned, - hp.curator_payout_value + hp.curator_payout_value, + hp.is_muted FROM hive_posts_view hp WHERE hp.author = _author AND hp.depth > 0 AND ( ( __post_id = 0 ) OR ( hp.id <= __post_id ) ) diff --git a/hive/server/bridge_api/objects.py b/hive/server/bridge_api/objects.py index 5c6fa3d1daf1951362047e5dd27b5c88f381db7c..f624947c1f421e869976f519bf5d8c10101c60e9 100644 --- a/hive/server/bridge_api/objects.py +++ b/hive/server/bridge_api/objects.py @@ -15,21 +15,19 @@ log = logging.getLogger(__name__) # pylint: disable=too-many-lines -def append_statistics_to_post(post, row, is_pinned, blacklists_for_user=None, override_gray=False): +def append_statistics_to_post(post, row, is_pinned, blacklists_for_user=[], override_gray=False): """ apply information such as blacklists and community names/roles to a given post """ - if not blacklists_for_user: - post['blacklists'] = Mutes.lists(row['author'], row['author_rep']) - else: - post['blacklists'] = [] - if row['author'] in blacklists_for_user: - blacklists = blacklists_for_user[row['author']] - for blacklist in blacklists: - post['blacklists'].append(blacklist) - reputation = row['author_rep'] - if reputation < 1: - post['blacklists'].append('reputation-0') - elif reputation == 1: - post['blacklists'].append('reputation-1') + + post['blacklists'] = [] + if row['author'] in blacklists_for_user: + blacklists = blacklists_for_user[row['author']] + for blacklist in blacklists: + post['blacklists'].append(blacklist) + reputation = row['author_rep'] + if reputation < 1: + post['blacklists'].append('reputation-0') + elif reputation == 1: + post['blacklists'].append('reputation-1') if 'community_title' in row and row['community_title']: post['community'] = row['category'] @@ -40,11 +38,10 @@ def append_statistics_to_post(post, row, is_pinned, blacklists_for_user=None, ov else: post['author_role'] = 'guest' post['author_title'] = '' - elif override_gray: - post['stats']['gray'] = ('irredeemables' in post['blacklists'] or len(post['blacklists']) >= 2) - else: - post['stats']['gray'] = row['is_grayed'] + post['stats']['gray'] = row['is_grayed'] + if 'is_muted' in row and row['is_muted']: + post['stats']['gray'] = True post['stats']['hide'] = 'irredeemables' in post['blacklists'] # it overrides 'is_hidden' flag from post, is that the intent? if is_pinned: