Skip to content
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

MXRoomMembers: Fix wrong view of room members when paginating #1068

Merged
merged 1 commit into from
Apr 14, 2021

Conversation

manuroe
Copy link
Contributor

@manuroe manuroe commented Apr 14, 2021

Fix element-hq/element-ios/issues/4204

Fix a regression introduced by #1040.
While paginating, the kept MXRoomState instance could be released, creating a bad view of room members.

Remove the bad dependency to MXRoomState to avoid any retain cycle.

image

element-hq/element-ios/issues/4204

Fix a regression introduced by #1040.
While paginating, the kept MXRoomState instance could be released, creating a bad view of room members. 

Remove the bad dependency to MXRoomState to avoid any retain cycle.
@manuroe manuroe merged commit 6771c32 into develop Apr 14, 2021
@manuroe manuroe deleted the manu/4204_wrong_room_members branch April 14, 2021 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RoomVC: Senders of old messages have no display name nor avatar
2 participants