mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-14 05:17:36 +00:00
[SES-567] Fixed a couple of issues where the Group poller would be stopped during creation
This commit is contained in:
@@ -738,6 +738,11 @@ class Storage(context: Context, helper: SQLCipherOpenHelper) : Database(context,
|
||||
return mmsSmsDb.getConversationCount(threadID)
|
||||
}
|
||||
|
||||
override fun deleteConversation(threadId: Long) {
|
||||
val threadDB = DatabaseComponent.get(context).threadDatabase()
|
||||
threadDB.deleteConversation(threadId)
|
||||
}
|
||||
|
||||
|
||||
|
||||
override fun getAttachmentDataUri(attachmentId: AttachmentId): Uri {
|
||||
|
Reference in New Issue
Block a user