Fix message extra column not being restored properly.
This commit is contained in:
parent
34dbd11db0
commit
f3669a5865
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ class ChatItemImportInserter(
|
|||
MessageTable.SHARED_CONTACTS,
|
||||
MessageTable.LINK_PREVIEWS,
|
||||
MessageTable.MESSAGE_RANGES,
|
||||
MessageTable.VIEW_ONCE
|
||||
MessageTable.VIEW_ONCE,
|
||||
MessageTable.MESSAGE_EXTRAS
|
||||
)
|
||||
|
||||
private val REACTION_COLUMNS = arrayOf(
|
||||
|
|
Loading…
Add table
Reference in a new issue