Store the “known” status of a post in the database.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / DefaultPost.java
2014-03-05 David ‘Bombe’ RodenStore the “known” status of a post in the database.
2014-02-28 David ‘Bombe’ RodenMove isLikedPostId from Sone to Post.
2014-02-28 David ‘Bombe’ RodenMove retrieval of post likes from Core to Post.
2014-02-28 David ‘Bombe’ RodenMove unliking a post from Sone to Post.
2014-02-28 David ‘Bombe’ RodenMove post liking from Sone to Post.
2014-02-28 David ‘Bombe’ RodenDon’t store/parse post ID as UUID.
2014-02-28 David ‘Bombe’ RodenAdd getReplies() method to Post.
2014-02-28 David ‘Bombe’ RodenRemove javadoc comments from overriding methods.
2014-02-28 David ‘Bombe’ RodenRename post and reply implementations; use builder...