-
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
[BREAK] Remove message view mode from User Preferences #27867
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.
This is a [BREAK]
change right?
I'm not sure since this feature is not working in the new message-parser and the old parser (Legacy Message Template) is going to be removed... That PR will remove should be |
it is not working due to a bug (from the user perspective).. but actually the feature (to control the message rendering size) is being removed (it was already silently removed actually, since the new message components do not support it), which means it is a breaking change. |
Got it! Thanks a lot for you explanation, I'll edit it here! ;D |
Codecov Report
@@ Coverage Diff @@
## develop #27867 +/- ##
===========================================
+ Coverage 41.70% 42.65% +0.95%
===========================================
Files 849 822 -27
Lines 17556 17039 -517
Branches 2087 2012 -75
===========================================
- Hits 7321 7268 -53
+ Misses 9962 9499 -463
+ Partials 273 272 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
This PR currently has a merge conflict. Please resolve this and then re-add the |
This PR currently has a merge conflict. Please resolve this and then re-add the |
…ge_viewMode # Conflicts: # apps/meteor/server/startup/migrations/v284.ts
53fc915
to
b8943d1
Compare
@yash-rajpal can you review this PR again? |
…e/wizard * 'develop' of github.com:RocketChat/Rocket.Chat: [BREAK] Unify monolith and microservices intercommunication on same technology and limit to Enterprise only (#27969) [NEW] Emojis rendering properly on quote message previews (#27972) Chore: Wait message to not be Busy (#28000) Chore: e2e changes tests (#27987) [IMPROVE] Audit (#27994) [IMPROVE] Registration Experience (#27820) [BREAK][ENTERPRISE] Limit presence statuses to 200 concurrent users when running monolith to keep performance (#27854) [BREAK] Removed deprecated settings for Legacy Messages, Marked, Snippet Messages, Autolinker and IssueLinks (#27902) [NEW] Permission to bypass message editing and removing limits (#27644) [FIX] Video Conf Message Blocks not always updating when running on micro services (#27764) Chore: Set missing colors (#27817) Fix CI Chore: undo busy selector [BREAK] Remove message view mode from User Preferences (#27867) Chore: Aria busy indicators (#27978) Chore: Refactor Composer Dropdown (#27931) Chore: Added Enterprise Options to Login customization (#27855) [FIX] Ignored messages reactivity (#27279) [BREAK] [NEW] Custom roles upsell modal (#27707)
Proposed changes (including videos or screenshots)
Since the view mode setting in
User preferences -> Messages -> View Mode
does not work with the new messages template it will be removedIt was removed from every file and it was created a migration to remove from user obj in DB
Issue(s)
Steps to test or reproduce
Further comments
TC-367