Use latest user data for mention pills

This commit is contained in:
aringenbach
2022-06-16 17:07:47 +02:00
parent 87915a9e30
commit 4c8bed38c2
24 changed files with 357 additions and 97 deletions
+5 -1
View File
@@ -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;