diff --git a/damus/Views/Notifications/EventGroupView.swift b/damus/Views/Notifications/EventGroupView.swift index 11da278f..d9e61d12 100644 --- a/damus/Views/Notifications/EventGroupView.swift +++ b/damus/Views/Notifications/EventGroupView.swift @@ -212,7 +212,7 @@ struct EventGroupView: View { NavigationLink(destination: dest) { VStack(alignment: .leading) { GroupDescription - EventBody(damus_state: state, event: event, size: .normal, options: []) + EventBody(damus_state: state, event: event, size: .normal, options: [.truncate_content]) .padding([.top], 1) .foregroundColor(.gray) }