Skip to content

Commit

Permalink
Remove quote from message actions menu (#8689)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyandrew authored Nov 27, 2023
1 parent 0c1f190 commit a6fafb0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,6 @@ class MessageActionsViewModel @AssistedInject constructor(
add(EventSharedAction.ViewReactions(informationData))
}

if (canQuote(timelineEvent, messageContent, actionPermissions)) {
add(EventSharedAction.Quote(eventId))
}

if (timelineEvent.hasBeenEdited()) {
add(EventSharedAction.ViewEditHistory(informationData))
}
Expand Down

0 comments on commit a6fafb0

Please sign in to comment.