Skip to content

Commit

Permalink
Fixed a bug where message requests could incorrectly appear in the th…
Browse files Browse the repository at this point in the history
…read list (#1009)
  • Loading branch information
mpretty-cyro authored Oct 18, 2022
1 parent 7a77301 commit aecb40c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,6 @@ class Storage(context: Context, helper: SQLCipherOpenHelper) : Database(context,
val threadId = threadDatabase.getOrCreateThreadIdFor(recipient)
if (contact.didApproveMe == true) {
recipientDatabase.setApprovedMe(recipient, true)
threadDatabase.setHasSent(threadId, true)
}
if (contact.isApproved == true) {
recipientDatabase.setApproved(recipient, true)
Expand Down

0 comments on commit aecb40c

Please sign in to comment.