Allow replying to self.
This commit is contained in:
parent
fce213a432
commit
b7db779f56
|
@ -33,7 +33,6 @@ Menu {
|
|||
onTriggered: row.saveFileAs()
|
||||
}
|
||||
MenuItem {
|
||||
visible: model && model.author !== currentRoom.localUser
|
||||
height: visible ? undefined : 0
|
||||
text: "Reply"
|
||||
|
||||
|
|
Loading…
Reference in New Issue