-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
[FIX] Leave and hide buttons was removed #8213
Conversation
case 'c': warnText = 'Hide_Room_Warning'; break; | ||
case 'p': warnText = 'Hide_Group_Warning'; break; | ||
case 'd': warnText = 'Hide_Private_Warning'; break; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are we doing about livechat? I have 2 rooms stuck open on mine that I can't hide or get rid of 😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll add a warning text for livechat :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
\o/ awesome 🙂
[FIX] Leave and hide buttons was removed
@RocketChat/core
Closes #7872