mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 07:26:12 +00:00
feat: add clear messages and media dialogs and change db to not use message count == 0 in conversations
This commit is contained in:
@@ -155,6 +155,7 @@ interface StorageProtocol {
|
||||
fun getMessageCount(threadID: Long): Long
|
||||
fun setThreadPinned(threadID: Long, isPinned: Boolean)
|
||||
fun isThreadPinned(threadID: Long): Boolean
|
||||
fun clearMessages(threadID: Long): Boolean
|
||||
|
||||
// Contacts
|
||||
fun getContactWithSessionID(sessionID: String): Contact?
|
||||
|
||||
Reference in New Issue
Block a user