mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 04:06:26 +00:00
feat: add in remove attachments but not link previews
This commit is contained in:
@@ -155,7 +155,8 @@ interface StorageProtocol {
|
||||
fun getMessageCount(threadID: Long): Long
|
||||
fun setThreadPinned(threadID: Long, isPinned: Boolean)
|
||||
fun isThreadPinned(threadID: Long): Boolean
|
||||
fun clearMessages(threadID: Long): Boolean
|
||||
fun clearMessages(threadID: Long, fromUser: Address? = null): Boolean
|
||||
fun clearMedia(threadID: Long, fromUser: Address? = null): Boolean
|
||||
|
||||
// Contacts
|
||||
fun getContactWithSessionID(sessionID: String): Contact?
|
||||
|
||||
Reference in New Issue
Block a user