mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
Added pin message for DirectMessage
This commit is contained in:
@@ -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} />
|
||||||
|
|||||||
Reference in New Issue
Block a user