Signal-Android icon indicating copy to clipboard operation
Signal-Android copied to clipboard

Update ChatItemImportInserter.kt

Open bepaald opened this issue 1 year ago • 0 comments

Remove double entry in MESSAGE_COLUMNS array

First time contributor checklist

Contributor checklist

  • 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 #1234 syntax

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.

bepaald avatar Mar 24 '24 11:03 bepaald