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
This is because _buffer_line_added is sent for all open buffers in weechat (via wee-slack). Until all these messages are processed, the UI is very sluggish.
We only care about the "open" buffers -- perhaps we can ignore all others?
This is because
_buffer_line_addedis sent for all open buffers in weechat (via wee-slack). Until all these messages are processed, the UI is very sluggish.We only care about the "open" buffers -- perhaps we can ignore all others?