mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Handle use only latest profile live refreshes
This commit is contained in:
committed by
aringenbach
parent
a6ed656107
commit
91d3411326
@@ -231,6 +231,13 @@
|
||||
*/
|
||||
- (instancetype)initWithEvent:(MXEvent*)event andRoomState:(MXRoomState*)roomState andRoomDataSource:(MXKRoomDataSource*)roomDataSource;
|
||||
|
||||
/**
|
||||
Refreshes the avatar and display name if needed. Should be used only if `roomScreenUseOnlyLatestProfiles` is enabled.
|
||||
|
||||
@param roomDataSource the `MXKRoomDataSource` object that will use this instance.
|
||||
*/
|
||||
- (void)refreshProfileWithRoomDataSource:(MXKRoomDataSource*)roomDataSource;
|
||||
|
||||
/**
|
||||
Update the event because its sent state changed or it is has been redacted.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user