mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-15 21:20:43 +00:00
clean
This commit is contained in:
@@ -243,7 +243,7 @@ class Storage(context: Context, helper: SQLCipherOpenHelper) : Database(context,
|
|||||||
override fun removeLastMessageServerID(room: String, server: String) {
|
override fun removeLastMessageServerID(room: String, server: String) {
|
||||||
DatabaseFactory.getLokiAPIDatabase(context).removeLastMessageServerID(room, server)
|
DatabaseFactory.getLokiAPIDatabase(context).removeLastMessageServerID(room, server)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun getLastDeletionServerID(room: String, server: String): Long? {
|
override fun getLastDeletionServerID(room: String, server: String): Long? {
|
||||||
return DatabaseFactory.getLokiAPIDatabase(context).getLastDeletionServerID(room, server)
|
return DatabaseFactory.getLokiAPIDatabase(context).getLastDeletionServerID(room, server)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user