Add “LikePost” FCP command.
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / FcpInterface.java
index 1c97f3a..83e0581 100644 (file)
@@ -64,6 +64,7 @@ public class FcpInterface {
                commands.put("GetLocalSones", new GetLocalSonesCommand(core));
                commands.put("GetPosts", new GetPostsCommand(core));
                commands.put("GetPostFeed", new GetPostFeedCommand(core));
+               commands.put("LikePost", new LikePostCommand(core));
        }
 
        //