diff --git a/imports/NeoChat/Component/Timeline/ImageDelegate.qml b/imports/NeoChat/Component/Timeline/ImageDelegate.qml index 2a25b6ed9..9109e4d1d 100644 --- a/imports/NeoChat/Component/Timeline/ImageDelegate.qml +++ b/imports/NeoChat/Component/Timeline/ImageDelegate.qml @@ -92,7 +92,7 @@ Image { roomPanelInput.isReply = true roomPanelInput.focus() }) - contextMenu.redact.connect(function() { + contextMenu.remove.connect(function() { currentRoom.redactEvent(eventId) }) contextMenu.popup()