mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-20 11:29:20 +00:00
d9c04bb32d
Alright this was very painful to figure out. Because desktop didn't know about the notification type for `ContactVerification`, the signal processing for incoming contact verifications would fail. At the same time, the new message content type was missing a type variant for content verification as well, which would cause the app to crash at runtime for both, sender and receiver of verification requests. Fixes #8205