mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 12:26:14 +00:00
refactor: replace Storage references with StorageProtocol
This commit is contained in:
@@ -162,6 +162,7 @@ interface StorageProtocol {
|
||||
fun setContact(contact: Contact)
|
||||
fun getRecipientForThread(threadId: Long): Recipient?
|
||||
fun getRecipientSettings(address: Address): RecipientSettings?
|
||||
fun hasAutoDownloadFlagBeenSet(recipient: Recipient): Boolean
|
||||
fun addContacts(contacts: List<ConfigurationMessage.Contact>)
|
||||
fun shouldAutoDownloadAttachments(recipient: Recipient): Boolean
|
||||
fun setAutoDownloadAttachments(recipient: Recipient, shouldAutoDownloadAttachments: Boolean)
|
||||
|
||||
Reference in New Issue
Block a user