mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 07:26:12 +00:00
feat: add view model storage and other activity logic for conv settings, including activity result for existing search convo logic
This commit is contained in:
@@ -153,6 +153,8 @@ interface StorageProtocol {
|
||||
fun trimThread(threadID: Long, threadLimit: Int)
|
||||
fun trimThreadBefore(threadID: Long, timestamp: Long)
|
||||
fun getMessageCount(threadID: Long): Long
|
||||
fun setThreadPinned(threadID: Long, isPinned: Boolean)
|
||||
fun isThreadPinned(threadID: Long): Boolean
|
||||
|
||||
// Contacts
|
||||
fun getContactWithSessionID(sessionID: String): Contact?
|
||||
|
||||
Reference in New Issue
Block a user