Move post liking from Sone to Post.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Sone.java
index dfeb019..cc32b7a 100644 (file)
@@ -418,15 +418,6 @@ public interface Sone extends Identified, Fingerprintable, Comparable<Sone> {
        boolean isLikedPostId(String postId);
 
        /**
-        * Adds the given post ID to the list of posts this Sone likes.
-        *
-        * @param postId
-        *              The ID of the post
-        * @return This Sone (for method chaining)
-        */
-       Sone addLikedPostId(String postId);
-
-       /**
         * Removes the given post ID from the list of posts this Sone likes.
         *
         * @param postId