Skip to content
Snippets Groups Projects

Community type 2 and 3 + update community type op

Merged Howo requested to merge feature/new_communities_type into develop
4 files
+ 43
19
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -42,9 +42,6 @@ declare
@@ -42,9 +42,6 @@ declare
__is_muted bool := TRUE;
__is_muted bool := TRUE;
__community_id hivemind_app.hive_posts.community_id%TYPE;
__community_id hivemind_app.hive_posts.community_id%TYPE;
BEGIN
BEGIN
RAISE NOTICE 'Function parameters: _block_num: %, _community_support_start_block: %, _parent_permlink: %, _author_id: %, is_comment: %', _block_num, _community_support_start_block, _parent_permlink, _author_id, is_comment;
IF _block_num < _community_support_start_block THEN
IF _block_num < _community_support_start_block THEN
__is_muted := FALSE;
__is_muted := FALSE;
__community_id := NULL;
__community_id := NULL;
Loading