mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-16 04:30:32 +00:00
feat: add basic last sent legacy message DB migration and creation for banner
This commit is contained in:
@@ -38,4 +38,7 @@ interface LokiAPIDatabaseProtocol {
|
||||
fun getForkInfo(): ForkInfo
|
||||
fun setForkInfo(forkInfo: ForkInfo)
|
||||
fun migrateLegacyOpenGroup(legacyServerId: String, newServerId: String)
|
||||
fun getLastLegacySenderAddress(threadRecipientAddress: String): String?
|
||||
fun setLastLegacySenderAddress(threadRecipientAddress: String, senderRecipientAddress: String?)
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user