only allow editing of text messages
This commit is contained in:
parent
0070540b8a
commit
c0cfa8ad00
1 changed files with 1 additions and 0 deletions
|
@ -47,5 +47,6 @@ export function isContentActionable(mxEvent) {
|
|||
|
||||
export function canEditContent(mxEvent) {
|
||||
return isContentActionable(mxEvent) &&
|
||||
mxEvent.getContent().msgtype === "m.text" &&
|
||||
mxEvent.getSender() === MatrixClientPeg.get().getUserId();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue