-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't show Users list when app starts #2
Comments
I will try solving it tomorrow. Assign it to me. @aviaryan |
I am not able to officially assign you @arpit1997, most probably because you didn't create this issue. |
@arpit1997 Any updates on this? |
Working on it. Quite a bit hard to fix this. |
@arpit1997 I know. blessed is quite buggy in this regard. 😓 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't need to show Users list when the app starts.
Only when a channel is joined, it becomes effective.
I tried to solve it using
.hide()
and.show()
(doc) but it had some side-effects. Looking for any other possible solution.The text was updated successfully, but these errors were encountered: