mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-10 05:36:23 +00:00
- when calling `Utils.getColorHashAsJson()` we don't actually need to issue ID verification requests at all and there might be situations when we know beforehand that we don't need the ENS verification either - change these helper functions' syntax and do early returns in that case - in MessageContextMenuView, the "contact details" were duplicated, so remove one - remove dead code, fix some warnings