diff --git a/internal/client/ui/core/chat/chat.go b/internal/client/ui/core/chat/chat.go index f183c6d..8765ad4 100644 --- a/internal/client/ui/core/chat/chat.go +++ b/internal/client/ui/core/chat/chat.go @@ -1219,6 +1219,7 @@ func (m *Model) renderMessageGroup(group []data.Message, remaining *int, height } if _, ok := state.State.BlockedUsers[group[i].SenderID]; ok { + extra = "" messageStyle = pingedMessageStyle. BorderForeground(colors.Gray). Background(colors.DarkGray)