* 'develop' of github.com:RocketChat/Rocket.Chat: (143 commits)
fix: Marketplace apps installed as private showing as installed (#31514)
test: fix messaging flaky test (#31512)
fix: change the push sound sent when the push is from video conference (#30910)
fix: ensure sessionId on Sessions documents (#31487)
chore: handle rocket.cat creation and deletion (#31170)
chore(agenda): Changes in Agenda API (#31427)
refactor: Pay the debt of some TODO comments (#30338)
feat: Room header keyboard navigability (#31516)
fix: Cron job for clearing OEmbed cache isn't working (#31336)
refactor(client): Handling of custom statuses (#31500)
fix: Prevent `Fallback forward departments` feature to go on loop when configured as circular chain (#31328)
feat: Add `push.test` endpoint (#31289)
chore: split UserProvider into two: User and Authentication (#31513)
fix: Can't remove channel's password to join (#31507)
chore: convert CAS integration code to typescript (#31492)
feat: Composer keyboard navigability (#31510)
fix: Render warning in Logs - (MessageType.render is deprecated. Use MessageType.message instead) (#31426)
feat: Convert emoji shortname to unicode on notification emails. (#31225)
chore: Normalize `ButtonGroup` (#31499)
chore: improve type definitions for login service configurations (#31491)
...
Proposed changes (including videos or screenshots)
This PR aims to resolve the issue where a warning related to render function was logged which was -
MessageType.render is deprecated. Use MessageType.message instead.
Before:

After:

Issue(s)
fixes #28384
Steps to test or reproduce
Further comments