Added pin message for DirectMessage

This commit is contained in:
Abron
2025-02-08 12:27:18 +03:30
parent af36173887
commit d74decf7ea

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