Pings are no longer visible in messages of blocked users

This commit is contained in:
2025-02-12 13:20:34 +02:00
parent 8d28f17a44
commit ab4b010e95

View File

@@ -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)