feat: add more conversation settings options and notification settings

This commit is contained in:
0x330a
2022-11-03 17:37:32 +11:00
parent 880a3f603c
commit f08ae7a874
12 changed files with 306 additions and 39 deletions

View File

@@ -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