6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-20 22:08:21 +00:00

Fixed filtering logic in UI

This commit is contained in:
James Mills 2022-03-20 14:52:04 +10:00
parent d7fd0ddde3
commit 50172a32ae

@ -95,7 +95,7 @@ func (cc *chatClient) updateChatBox(inCh <-chan string, app *tview.Application,
// Ignored for now
case *lextwt.SaltyText:
if s.User.String() != cc.me.String() || s.User.String() != cc.user {
if s.User.String() != cc.me.String() && s.User.String() != cc.user {
continue
}