Added pin message for DirectMessage

pull/1154/head
Abron 2025-02-08 12:27:18 +03:30
parent af36173887
commit d74decf7ea
1 changed files with 1 additions and 1 deletions

View File

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