You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Hook up the edit widget button (#1218)
* Hook up the edit widget button * Review comments
This commit is contained in:
@@ -491,7 +491,7 @@ function canSendEvent(event, roomId) {
|
||||
}
|
||||
|
||||
if (!canSend) {
|
||||
sendError(event, _t('You do not have permission in this room.'));
|
||||
sendError(event, _t('You do not have permission to do that in this room.'));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user