diff --git a/lib/shared/thread-utils.js b/lib/shared/thread-utils.js --- a/lib/shared/thread-utils.js +++ b/lib/shared/thread-utils.js @@ -1258,6 +1258,17 @@ return false; } + const { type } = messageInfo; + if ( + type === messageTypes.REACTION || + type === messageTypes.EDIT_MESSAGE || + type === messageTypes.SIDEBAR_SOURCE || + type === messageTypes.TOGGLE_PIN || + type === messageTypes.CHANGE_ROLE + ) { + return false; + } + const messageCreatorRelationship = messageCreatorUserInfo?.relationshipStatus; const creatorRelationshipHasBlock = messageCreatorRelationship &&