Skip to content

Minor fixes in list_comments and get_ranked_posts

Andrzej Lisak requested to merge relaxed_by_permlink_checks into develop

Relaxed checks in list_comments with by_permlink order - since they are basically treated as strings it was inconsistent to enforce size and chars for those (fat node also didn't make any checks there)

Fixed missing order and filtering for deleted posts in bridge_get_ranked_post_by_trends_for_observer_communities (problem introduced during recent optimization)

Merge request reports