Signal-Android
Signal-Android copied to clipboard
Update ChatItemImportInserter.kt
Remove double entry in MESSAGE_COLUMNS array
First time contributor checklist
- [x] I have read how to contribute to this project
- [x] I have signed the Contributor License Agreement
Contributor checklist
- [x] I am following the Code Style Guidelines
- [x] I have tested my contribution on these devices:
- Sony XZC1
- ZTE Z981
- [x] My contribution is fully baked and ready to be merged as is
- [x] I ensure that all the open issues my contribution fixes are mentioned in the commit message of my first commit using the
Fixes #1234syntax
Description
There was one column from the message table listed twice in the MESSAGE_COLUMNS array (REMOTE_DELETED). This tiny patch just removes the double entry.