X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdata%2FSone.java;h=44929c6916fb56273ddb6f987ee7a42c73e4e7cd;hb=6abff3e875d253a011c73574f2a6012a28af279a;hp=e340bdf3185a5bef94e22f5ec388607960420b64;hpb=6bf4bdce9e12173d64671188b946f10d1d9d4b0b;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/data/Sone.java b/src/main/java/net/pterodactylus/sone/data/Sone.java index e340bdf..44929c6 100644 --- a/src/main/java/net/pterodactylus/sone/data/Sone.java +++ b/src/main/java/net/pterodactylus/sone/data/Sone.java @@ -408,16 +408,6 @@ public interface Sone extends Identified, Fingerprintable, Comparable { Sone setLikePostIds(Set likedPostIds); /** - * Checks whether the given post ID is liked by this Sone. - * - * @param postId - * The ID of the post - * @return {@code true} if this Sone likes the given post, {@code false} - * otherwise - */ - boolean isLikedPostId(String postId); - - /** * Returns the IDs of all liked replies. * * @return All liked replies’ IDs