You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I fixed highlights to be handled on the server, it somewhat broke the query window behaviour.
Currently it acts as if it were a channel (only nick mentions highlight), but also highlight the first message when the window is created.
I think easiest solution would be to set highlight on all incoming message if they arent self, and then don't apply highlight class on the client in query windows. This approach would also remove highlights on your nick since that's a bit useless in query windows.
The text was updated successfully, but these errors were encountered:
xPaw
added
the
Type: Bug
Issues that report and PRs that solve any defects that cause unexpected behaviors.
label
May 14, 2016
When I fixed highlights to be handled on the server, it somewhat broke the query window behaviour.
Currently it acts as if it were a channel (only nick mentions highlight), but also highlight the first message when the window is created.
I think easiest solution would be to set
highlight
on all incoming message if they arentself
, and then don't applyhighlight
class on the client in query windows. This approach would also remove highlights on your nick since that's a bit useless in query windows.The text was updated successfully, but these errors were encountered: