mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Use latest user data for mention pills
This commit is contained in:
@@ -985,7 +985,11 @@
|
||||
if (event)
|
||||
{
|
||||
MXKEventFormatterError error;
|
||||
reason = [roomDataSource.eventFormatter stringFromEvent:event withRoomState:roomDataSource.roomState error:&error];
|
||||
reason = [roomDataSource.eventFormatter
|
||||
stringFromEvent:event
|
||||
withRoomState:roomDataSource.roomState
|
||||
andLatestRoomState:nil
|
||||
error:&error];
|
||||
if (error != MXKEventFormatterErrorNone)
|
||||
{
|
||||
reason = nil;
|
||||
|
||||
Reference in New Issue
Block a user