[lib] remove checking for message IDs collision
Summary:
Short term fix to: ENG-9464.
There is a comment in ENG-9468 to came up with correct solution.
Test Plan:
On the master:
- Open physical device
- In DM thread send a test message
- Notif delivered
- Message not visible in UI
- Seeing log: Discarded a send_text_message operation because message with the same ID 27caa155-d435-4ef8-9d8e-5b0862861e02 already exists in the store
- Kill/restart the app - message is visible regardless of network/TB connection.
Apply this diff:
- Open physical device
- In DM thread send a test message
- Notif delivered
- Message immediately visible in UI
- Not seeing any log about the discarded operation.
Reviewers: ashoat, tomek
Reviewed By: ashoat
Differential Revision: https://phab.comm.dev/D13573