mirror of
https://github.com/Kyren223/eko.git
synced 2026-07-17 17:11:03 +00:00
Pings are no longer visible in messages of blocked users
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user