-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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] Message view mode setting was missing at user's preferences #10395
Merged
rodrigok
merged 9 commits into
RocketChat:develop
from
kaiiiiiiiii:bring_back_message_view_mode
Apr 17, 2018
Merged
[FIX] Message view mode setting was missing at user's preferences #10395
rodrigok
merged 9 commits into
RocketChat:develop
from
kaiiiiiiiii:bring_back_message_view_mode
Apr 17, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ame changed from viewMode to messageViewMode to avoid any confusion with sidebarViewMode (+ migration to change name in database as well)
…one still works with it.
…ew_mode as both still will be translated with View_mode - Created an own section for Notifications in Account Preferences. Brings View Mode a bith more in context to it's section header - Optimized migration
kaiiiiiiiii
changed the title
[FIX ]Bring back message view mode
[FIX] Bring back message view mode
Apr 9, 2018
karlprieb
previously approved these changes
Apr 10, 2018
…ll translation files I missed yesterday.
Idk, I don't think we should use auto translators. @RocketChat/core What you guys think? |
I agree. Let's let our community translators handle them, since we never know what the results actually are.. |
So @kaiiiiiiiii can you remove the auto translations? |
I'll do that, no worries :) |
karlprieb
approved these changes
Apr 10, 2018
rodrigok
changed the title
[FIX] Bring back message view mode
[FIX] Message view mode setting was missing at user's preferences
Apr 17, 2018
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #10326 (@himBeere)
This PR brings back the view mode for messages, which has accidentally been removed by @karlprieb in PR #10016.
I’ve done the following in addition:
I’m not quite sure if the migration’s gonna work like that. In my tests it does not remove the fields when migrating from an older version than 0.63.0.
Screenshot of Notifications section:
Screenshot of Messages section:
Regards,
Kai