Skip to content

Commit

Permalink
fix(notifications): use correct link for deeplinking (#3954)
Browse files Browse the repository at this point in the history
  • Loading branch information
thevaibhav-dixit authored Feb 8, 2024
1 parent 6d648a0 commit 31dab8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/notifications/src/executor/fcm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
}
}
Expand Down

0 comments on commit 31dab8d

Please sign in to comment.