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:
Giom Foret
2017-07-06 11:06:12 +02:00
parent 962c1d9f00
commit fdeff3db49
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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])
{