Implement “like” button.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / SoneInserter.java
index cf26ebb..8c67a91 100644 (file)
@@ -182,6 +182,7 @@ public class SoneInserter extends AbstractService {
                        soneProperties.put("posts", new ArrayList<Post>(sone.getPosts()));
                        soneProperties.put("replies", new HashSet<Reply>(sone.getReplies()));
                        soneProperties.put("blockedSoneIds", new HashSet<String>(sone.getBlockedSoneIds()));
+                       soneProperties.put("likedPostIds", new HashSet<String>(sone.getLikedPostIds()));
                }
 
                //