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

Added pin message for DirectMessage
This commit is contained in:
teamabron
2025-02-08 12:28:03 +03:30
committed by GitHub

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} />