Merge pull request #42 from archem-team/bug/unread_pinmessage

Added pin message for DirectMessage
pull/1154/head
teamabron 2025-02-08 12:28:03 +03:30 committed by GitHub
commit 976e0d42fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ export default observer(
let pinFound = false let pinFound = false
return ( return (
<> <>
{channel.channel_type != "DirectMessage" && ( {(
<PinIcon position="top" accent> <PinIcon position="top" accent>
<div onClick={() => unhide()}> <div onClick={() => unhide()}>
<Pin size={24} /> <Pin size={24} />