-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
[NEW] Adds preference to one-click-to-direct-message and basic functionality #7564
Conversation
@@ -330,6 +330,8 @@ | |||
"Clear_all_unreads_question": "Clear all unreads?", | |||
"Click_here": "Click here", | |||
"Click_here_for_more_info": "Click here for more info", | |||
"Click_Direct_Message": "Click to Create Direct Message", | |||
"Click_Direct_Message_Description": "Skip opening profile tab and goes straight to conversation", |
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.
Either Skips opening ... and goes ...
or Skip opening ... and go ...
-- I prefer the former.
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.
"Skip opening profile tab, instead go straight to conversation" :D
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.
Clicking on myself gives me an "invalid user" error
@sampaiodiego what do you think should be the behavior when clicking on yourself or for users that don't have direct channel permission? |
@gdelavald when clicking on yourself or for users that don't have direct channel permission I think we should show the profile panel, like the old/default behavior. |
IMHO this should be an admin option instead of per user. The use case right now is to change the chat behavior to all users. We can add a sub setting in the future to change the default behavior per user. |
67585bb
to
8722ed9
Compare
@RocketChat/core
Closes #7436
This feature adds a preference to users who would prefer to skip opening the flex tab with personal information when clicking on a username/card and goes straight into direct message mode.