Add snapshot pill for incoming mentions

This commit is contained in:
aringenbach
2022-04-14 13:30:08 +02:00
parent f62b876f54
commit b11a653f1c
3 changed files with 159 additions and 0 deletions
+6
View File
@@ -85,6 +85,12 @@ static NSString *const kEventFormatterTimeFormat = @"HH:mm";
}];
}
}
if (event.eventType == MXEventTypeRoomMessage)
{
string = [StringPillsUtils insertPillsIn:string withSession:mxSession andRoomState:roomState];
}
return string;
}