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…
Reference in New Issue