From: David ‘Bombe’ Roden Date: Mon, 28 Jan 2013 07:44:41 +0000 (+0100) Subject: Don’t exit prematurely. X-Git-Tag: 0.8.5^2~3^2~37 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=6910cc36c137a5d5cd47f71694d5511f7574bbdf Don’t exit prematurely. --- diff --git a/src/main/java/net/pterodactylus/sone/notify/ListNotificationFilters.java b/src/main/java/net/pterodactylus/sone/notify/ListNotificationFilters.java index 6b4773d..f431bb7 100644 --- a/src/main/java/net/pterodactylus/sone/notify/ListNotificationFilters.java +++ b/src/main/java/net/pterodactylus/sone/notify/ListNotificationFilters.java @@ -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;