mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 21:56:58 +02:00
Setup NSTextAttachmentViewProvider
This commit is contained in:
@@ -86,9 +86,12 @@ static NSString *const kEventFormatterTimeFormat = @"HH:mm";
|
||||
}
|
||||
}
|
||||
|
||||
if (event.eventType == MXEventTypeRoomMessage)
|
||||
if (@available(iOS 15.0, *))
|
||||
{
|
||||
string = [StringPillsUtils insertPillsIn:string withSession:mxSession andRoomState:roomState];
|
||||
if (event.eventType == MXEventTypeRoomMessage)
|
||||
{
|
||||
string = [StringPillsUtils insertPillsIn:string withRoomState:roomState];
|
||||
}
|
||||
}
|
||||
|
||||
return string;
|
||||
|
||||
Reference in New Issue
Block a user