Don’t exit prematurely.
[Sone.git] / src / main / java / net / pterodactylus / sone / notify / ListNotificationFilters.java
index 6b4773d..f431bb7 100644 (file)
@@ -243,7 +243,6 @@ public class ListNotificationFilters {
                                 * received trust values. to prevent this we simply assume that
                                 * posts are visible if there is no trust.
                                 */
-                               return true;
                        }
                        if ((!postSone.equals(sone)) && !sone.hasFriend(postSone.getId()) && !sone.getId().equals(post.getRecipientId().orNull())) {
                                return false;