Delete for Everyone: Don't allow unrestricted deletes in Note to Self
This commit is contained in:
parent
677ab64335
commit
0cc6228ede
4 changed files with 25 additions and 15 deletions
|
@ -41,7 +41,7 @@ export default function DeleteMessagesModal({
|
|||
: i18n('icu:DeleteMessagesModal--deleteForMe'),
|
||||
});
|
||||
|
||||
if (canDeleteForEveryone || isMe) {
|
||||
if (canDeleteForEveryone) {
|
||||
const tooManyMessages = messageCount > MAX_DELETE_FOR_EVERYONE;
|
||||
actions.push({
|
||||
'aria-disabled': tooManyMessages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue