Ajay Sivan

Results 41 comments of Ajay Sivan

Fixed in version `4.5.1`

### Update I've completed the basic implementation and am now preparing to integrate it across all relevant areas where this option is needed. Before proceeding, I wanted to confirm a...

@mariia-skrypnyk @ilmotta Thank you for the response! I've completed the implementation and updated the [PR](https://github.com/status-im/status-mobile/pull/22562), and moved it to Ready for Review. The Figma design includes an **"Remove identity verification"**...

@ilmotta I can’t add reviewers. Should I request a review from the CCs who have worked on this code via a comment?

Thank you! I’ll tag the relevant contributors next time.

`notifications` list contains one item with unlisted type. ```cljs ({:deleted false, :contact-verification-status 0, :membership-status 0, :newsLink "", :updatedAt 1745478397007, :read false, :dismissed false, :newsDescription "", :community-id "", :name "", :last-message...

A few new notification types were introduced in this PR: https://github.com/status-im/status-go/pull/6255 You can see the newly introduced types here: https://github.com/status-im/status-go/blob/f281ca0a805b5482fc071bf9760e26e18b02118d/protocol/activity_center.go#L45-L48 These were implemented on desktop in [this PR](https://github.com/status-im/status-desktop/issues/17028), but as...

We already have an open issue ([status-desktop#17555](https://github.com/status-im/status-desktop/issues/17555)) to address the unexpected notification data problem. Since this is related to `status-go`, I believe the fix will apply to mobile as well....