mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40:29 +03:00
remove comment
This commit is contained in:
parent
c4d0a7a820
commit
8396771e3f
1 changed files with 0 additions and 1 deletions
|
|
@ -118,7 +118,6 @@ export const MessageDropdownMenu = forwardRef<HTMLDivElement, BaseOptionProps>(
|
|||
<MessageCopyLinkItem room={room} mEvent={mEvent} onClose={closeMenu} />
|
||||
{canPinEvent && <MessagePinItem room={room} mEvent={mEvent} onClose={closeMenu} />}
|
||||
</Box>
|
||||
{/* Redact and Report actions */}
|
||||
{((!mEvent.isRedacted() && canDelete) || mEvent.getSender() !== mx.getUserId()) && (
|
||||
<>
|
||||
<Line size="300" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue