feat: finishing up OpenGroupAPIV2.kt calls

This commit is contained in:
jubb
2021-04-19 10:16:38 +10:00
parent 96e604d06b
commit aea23a6fc1
7 changed files with 264 additions and 62 deletions

View File

@@ -28,7 +28,7 @@ interface LokiAPIDatabaseProtocol {
fun setLastMessageServerID(room: String, server: String, newValue: Long)
fun getLastDeletionServerID(room: String, server: String): Long?
fun setLastDeletionServerID(room: String, server: String, newValue: Long)
fun setUserCount(room: String, server: String, newValue: Int)
fun setUserCount(room: String, server: String, newValue: Long)
fun getSessionRequestSentTimestamp(publicKey: String): Long?
fun setSessionRequestSentTimestamp(publicKey: String, newValue: Long)
fun getSessionRequestProcessedTimestamp(publicKey: String): Long?