mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-17 18:11:54 +00:00
parent
38f0973dc3
commit
80d211f521
@ -520,7 +520,7 @@ Loader {
|
||||
} else if (link.startsWith('#')) {
|
||||
rootStore.chatCommunitySectionModule.switchToChannel(link.replace("#", ""))
|
||||
return
|
||||
} else if (rootStore.isStatusDeepLink(link)) {
|
||||
} else if (Utils.isStatusDeepLink(link)) {
|
||||
rootStore.activateStatusDeepLink(link)
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user