…hideUi
* 'develop' of github.com:RocketChat/Rocket.Chat: (112 commits)
chore: update yarn.lock
chore: Replace `FramedIcon` in favor of fuselage component (#31356)
chore: fix dep version
Release 6.5.2
fix: wrong value used for workspace registration
ci: update release PR description with change log
fix: inquiries being limited to 50 items (#31267)
fix: close image gallery on backdrop click (#31344)
fix: No error message when uploading a file that is not allowed (#31346)
fix: Text area only shows the last line of the message for very long texts #31252 #31257 (#31262)
chore: adding new streamer event for imported messages (#31063)
chore: adapt read receipts feature to work without oplog on msgs (#30996)
chore: remove Messages model dependency of Rooms model (#31272)
chore: `Card` normalization (#31335)
refactor: unify useStream and useSingleStream (#31326)
chore: add new msg stream for reported msgs (#31087)
Bump 6.5.2
feat: Highlight words in thread messages (#31281)
fix: Show only departments that are allowed on registration page on livechat widget (#31302)
fix: Fallback forward department not working as expected on chat forwarding (#31296)
...
Proposed changes (including videos or screenshots)
Previously the
Messagemodel used to interact directly with theRoommodel, which is not ideal, since models shouldn't know about the business logic of the application.This change also helped finding some places where multiple changes to the same room object were being performed one right after the other, so I improved that as well by performing a single operation.
Issue(s)
Steps to test or reproduce
Further comments