diff --git a/Sources/ChatFeature/Helpers/CellConfigurator.swift b/Sources/ChatFeature/Helpers/CellConfigurator.swift
index 60bc0df7394b40e886130d1adce33f107b35f36a..4f0ad3ca31e71223f57f6b9593b918c1f745c2e1 100644
--- a/Sources/ChatFeature/Helpers/CellConfigurator.swift
+++ b/Sources/ChatFeature/Helpers/CellConfigurator.swift
@@ -130,7 +130,7 @@ extension CellFactory {
             }, build: { item, collectionView, indexPath in
                 let ft = transfer(item.fileTransferId!)
                 let cell: OutgoingAudioCell = collectionView.dequeueReusableCell(forIndexPath: indexPath)
-                let url = FileManager.url(for: ft.name)!
+                let url = FileManager.url(for: "\(ft.name).\(ft.type)")!
                 var model = AudioMessageCellState(
                     date: item.date,
                     audioURL: url,