-
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
[IMPROVE] Remove NRR #16071
[IMPROVE] Remove NRR #16071
Conversation
9af113f
to
74751fb
Compare
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.
It is throwing this error when showing uploaded images:
meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1059 Exception in template helper: TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Object'
| property 'attachments' -> object with constructor 'Array'
| index 0 -> object with constructor 'Object'
--- property 'msg' closes the circle
at JSON.stringify (<anonymous>)
at Object.defaultCacheKey [as cacheKey] (http://localhost:3000/packages/modules.js?hash=0f4e9cdaba07cd69962d0866c0f7e4a1a1d5a30d:48719:17)
at Object.condition (http://localhost:3000/packages/modules.js?hash=0f4e9cdaba07cd69962d0866c0f7e4a1a1d5a30d:48750:27)
at http://localhost:3000/app/app.js?hash=4f13b9318623b6b8ecdeeb252866fdef382d127c:16199:53
at Array.filter (<anonymous>)
at _temp.getButtons (http://localhost:3000/app/app.js?hash=4f13b9318623b6b8ecdeeb252866fdef382d127c:16197:25)
at Object.messageActions (http://localhost:3000/app/app.js?hash=4f13b9318623b6b8ecdeeb252866fdef382d127c:61824:26)
at http://localhost:3000/packages/blaze.js?hash=2aa6f0f3b9cff09a60c7b659375479dd4e27e8af:2850:16
at http://localhost:3000/packages/blaze.js?hash=2aa6f0f3b9cff09a60c7b659375479dd4e27e8af:1566:16
at http://localhost:3000/packages/blaze.js?hash=2aa6f0f3b9cff09a60c7b659375479dd4e27e8af:2903:66
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.
and this one when trying to collapse oembeded images
room.js:908 Uncaught TypeError: Cannot read property '_id' of undefined
at Object.click .collapse-switch (room.js:908)
at template.js:539
at Function.Template._withTemplateInstanceFunc (template.js:490)
at Blaze.View.<anonymous> (template.js:538)
at view.js:879
at Object.Blaze._withCurrentView (view.js:533)
at Blaze._DOMRange.<anonymous> (view.js:878)
at HTMLSpanElement.<anonymous> (events.js:47)
at HTMLDivElement.dispatch (modules.js?hash=0f4e9cdaba07cd69962d0866c0f7e4a1a1d5a30d:43483)
at HTMLDivElement.elemData.handle (modules.js?hash=0f4e9cdaba07cd69962d0866c0f7e4a1a1d5a30d:43291)
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.
There are no more errors on browser's console, but images are not collapsible still
…to fix/remove-nrr
…to fix/remove-nrr
…to fix/remove-nrr
…to fix/remove-nrr
c674711
to
538c064
Compare
🎉 |
…default-favorite-channels * 'develop' of github.com:RocketChat/Rocket.Chat: (31 commits) fix space update on mongo, node and caddy [NEW] Enforce plain text emails converting from HTML when no text version supplied (#16063) [IMPROVE] Status Text form validation (#16121) [FIX] auto translate cache (#15768) [FIX] Save new password without confirmation (#16060) Disable PR Docker image build (#16141) [IMPROVE] Set the color of the cancel button on modals to #bdbebf for enhanced visibiity (#15913) [FIX] Break message-attachment text to the next line (#16039) [IMPROVE] Remove NRR (#16071) Add Cloud Info to translation dictionary (#16122) [FIX] Resolving console errors Administrations (#16139) [FIX] SafePorts: Ports 80, 8080 & 443 linked to respective protocols (#16108) [FIX] Drag and drop disabled when file upload is disabled (#16049) [FIX] Video message sent to wrong room (#16113) [FIX] "User not found" for direct messages (#16047) [BREAK] Removed room counter from sidebar (#16036) [FIX] Embedded style when using 'go' command (#16051) [NEW] Setting Top navbar in embedded mode (#16064) [FIX] Thread message icon overlapping text (#16083) ...
We dont need NRR anymore
closes #14989
closes #15604
closes #12765
closes #15917