fix(@desktop/chat): Do not change screen when showing profile window
Fix #8789
This commit is contained in:
parent
ae4d59de9a
commit
0242f943f2
|
@ -824,8 +824,6 @@ method resolvedENS*[T](self: Module[T], publicKey: string, address: string, uuid
|
||||||
return
|
return
|
||||||
|
|
||||||
if(reason == STATUS_URL_ENS_RESOLVE_REASON & $StatusUrlAction.DisplayUserProfile):
|
if(reason == STATUS_URL_ENS_RESOLVE_REASON & $StatusUrlAction.DisplayUserProfile):
|
||||||
let item = self.view.model().getItemById(singletonInstance.userProfile.getPubKey())
|
|
||||||
self.setActiveSection(item)
|
|
||||||
self.view.emitDisplayUserProfileSignal(publicKey)
|
self.view.emitDisplayUserProfileSignal(publicKey)
|
||||||
else:
|
else:
|
||||||
self.view.emitResolvedENSSignal(publicKey, address, uuid)
|
self.view.emitResolvedENSSignal(publicKey, address, uuid)
|
||||||
|
|
Loading…
Reference in New Issue