Fix chat nav (#7404)

This commit is contained in:
Denis Bykhov 2024-12-10 08:05:12 +05:00 committed by GitHub
parent 1ff7141bc1
commit bec1c70f21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@
object = detail.object
}
openChannel(selectedData.id, selectedData._class)
openChannel(selectedData.id, selectedData._class, undefined, true)
}
defineSeparators('chat', [

View File

@ -83,7 +83,7 @@
group: 'edit',
action: async () => {
const id = await getObjectLinkId(linkProviders, object._id, object._class, object)
openChannel(id, object._class)
openChannel(id, object._class, undefined, true)
}
})