mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Bug Fix: Add the m.audio attachments support
We support here the display of the attached audio files, but we are still not able to attach audio file. #1102
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
}
|
||||
else if ([msgtype isEqualToString:kMXMessageTypeAudio])
|
||||
{
|
||||
return [UIImage imageNamed:@"file_audio_icon"];
|
||||
return [UIImage imageNamed:@"file_music_icon"];
|
||||
}
|
||||
else if ([msgtype isEqualToString:kMXMessageTypeVideo])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user