mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Merge remote-tracking branch 'origin/develop' into public_rooms_search
Conflicts: Vector/Base.lproj/Main.storyboard Vector/Model/RoomList/RecentsDataSource.m
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
if (time)
|
||||
{
|
||||
[dateFormatter setDateFormat:nil];
|
||||
return [NSString stringWithFormat:@"today %@", [super dateStringFromDate:date withTime:YES]];
|
||||
return [NSString stringWithFormat:@"%@", [super dateStringFromDate:date withTime:YES]];
|
||||
}
|
||||
return @"today";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user