🔀 Merge branch 'release/v82'
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / database / PostReplyStore.kt
index f4839b1..859cbb0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostReplyStore.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - PostReplyStore.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -26,5 +26,6 @@ interface PostReplyStore {
 
        fun storePostReply(postReply: PostReply)
        fun removePostReply(postReply: PostReply)
+       fun setPostReplyKnown(postReply: PostReply)
 
 }