-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Regression: Fixed update room avatar issue. #20433
Conversation
@dougfabris @lolimay Please review:) |
@Darshilp326 I think we have a bug after change the room avatar, the room doesn't change the image properly in roomInfo, in the thumbnail of the room and in the sidebar. Would be amazing to fix that. Can you check for us? |
@dougfabris I looked into it. If any room uses default room avatar, then there is no avatarEtag in its room object. This property makes up the avatar url so that it can be displayed. |
@dougfabris Sure, I will be working on that issue. |
@yash-rajpal Are you still working on this issue? If you don't mind, I have a fix which might resolve the problem pointed out in the comment in #20479 |
@aditya-mitra I am still working on it. It would be nice if you can share the fix, I also have some idea regarding it. |
* rocketchat/master: (133 commits) Bump version to 3.11.0 Bump version to 3.11.0-rc.7 Bump version to 3.11.0-rc.6 Regression: Set image sizes based on rotation (RocketChat#20531) Regression: Apps-Engine - Convert streams to buffers on file upload (RocketChat#20523) Regression: Room not scrolling to bottom (RocketChat#20516) Regression: NPS (RocketChat#20514) Regression: Fix e2e paused state (RocketChat#20511) Regression: Custom field labels are not displayed properly on Omnichannel Contact Profile form (RocketChat#20393) Bump version to 3.11.0-rc.5 Regression: Fix banners sync data types (RocketChat#20517) Regression: Fixed update room avatar issue. (RocketChat#20433) Regression: ESLint Warning - explicit-function-return-type (RocketChat#20434) Bump version to 3.11.0-rc.4 [FIX][Apps] Don't show the "review permissions" modal when there's none to review (RocketChat#20506) Revert "[NEW][ENTERPRISE] Hide message history for new channel members (RocketChat#20253)" (RocketChat#20461) Update Apps-Engine and permissions translations (RocketChat#20491) Regression: Add tests to new banners REST endpoints (RocketChat#20492) [IMPROVE] Autofocus on directory (RocketChat#20509) Update "Industry" setting (RocketChat#20510) ...
Proposed changes (including videos or screenshots)
Users can now update their room avatar without any error.
update-room-avatar-pr.mp4
Issue(s)
Closes #20432
Steps to test or reproduce
Further comments