Revert "mute: updating UI to support new mute list"
This reverts commit 75d66434f3.
This commit is contained in:
@@ -70,9 +70,9 @@ struct ThreadView: View {
|
||||
EventMutingContainerView(
|
||||
damus_state: state,
|
||||
event: self.thread.event,
|
||||
muteBox: { event_shown, muted_reason in
|
||||
muteBox: { event_shown in
|
||||
AnyView(
|
||||
EventMutedBoxView(shown: event_shown, reason: muted_reason)
|
||||
EventMutedBoxView(shown: event_shown)
|
||||
.padding(5)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user