diff --git a/core/notifications/src/executor/fcm/mod.rs b/core/notifications/src/executor/fcm/mod.rs index 1ab232a16f..6c2d8ea055 100644 --- a/core/notifications/src/executor/fcm/mod.rs +++ b/core/notifications/src/executor/fcm/mod.rs @@ -21,7 +21,7 @@ impl DeepLink { match self { DeepLink::None => {} DeepLink::Circles => { - data.insert("linkTo".to_string(), "people/circles".to_string()); + data.insert("linkTo".to_string(), "/people/circles".to_string()); } } }