mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
allow direct message pin
This commit is contained in:
@@ -862,7 +862,7 @@ export default function ContextMenus() {
|
||||
if (sendPermission) {
|
||||
|
||||
|
||||
if (message.is_pinned && channel?.channel_type != "DirectMessage") {
|
||||
if (message.is_pinned) {
|
||||
generateAction({
|
||||
action: "unpin_message",
|
||||
channel,
|
||||
|
||||
Reference in New Issue
Block a user