mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Add snapshot pill for incoming mentions
This commit is contained in:
@@ -85,6 +85,12 @@ static NSString *const kEventFormatterTimeFormat = @"HH:mm";
|
||||
}];
|
||||
}
|
||||
}
|
||||
|
||||
if (event.eventType == MXEventTypeRoomMessage)
|
||||
{
|
||||
string = [StringPillsUtils insertPillsIn:string withSession:mxSession andRoomState:roomState];
|
||||
}
|
||||
|
||||
return string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user