mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
@@ -329,9 +329,9 @@ export default observer(
|
||||
<>
|
||||
{channel.channel_type != "DirectMessage" && (
|
||||
<PinIcon position="top" accent>
|
||||
<div onClick={() => unhide()}>
|
||||
{/* <div onClick={() => unhide()}>
|
||||
<Pin size={24} />
|
||||
</div>
|
||||
</div> */}
|
||||
</PinIcon>
|
||||
)}
|
||||
{!hidden && <PinBar accent position="top" >
|
||||
|
||||
@@ -857,7 +857,7 @@ export default function ContextMenus() {
|
||||
action: "mark_unread",
|
||||
message,
|
||||
});
|
||||
if (sendPermission) {
|
||||
if (1 == 2) {
|
||||
|
||||
|
||||
if (message.is_pinned && channel?.channel_type != "DirectMessage") {
|
||||
|
||||
Reference in New Issue
Block a user