mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 05:36:18 +00:00
feat: add more conversation settings options and notification settings
This commit is contained in:
@@ -163,6 +163,8 @@ interface StorageProtocol {
|
||||
fun getRecipientForThread(threadId: Long): Recipient?
|
||||
fun getRecipientSettings(address: Address): RecipientSettings?
|
||||
fun addContacts(contacts: List<ConfigurationMessage.Contact>)
|
||||
fun isContactTrusted(recipient: Recipient): Boolean
|
||||
fun setContactTrusted(recipient: Recipient, isTrusted: Boolean)
|
||||
|
||||
// Attachments
|
||||
fun getAttachmentDataUri(attachmentId: AttachmentId): Uri
|
||||
|
||||
Reference in New Issue
Block a user