Skip to content

Commit

Permalink
Allow redacted messages to be viewed and unpinned (#3251)
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 authored Sep 10, 2024
1 parent 5394523 commit 4ec6098
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ enum TimelineItemMenuAction: Identifiable, Hashable {
/// Whether the action should be shown for a redacted item.
var canAppearInRedacted: Bool {
switch self {
case .viewSource:
case .viewSource, .unpin, .viewInRoomTimeline:
return true
default:
return false
Expand Down

0 comments on commit 4ec6098

Please sign in to comment.