Skip to content

Commit

Permalink
Merge pull request #17 from QuickBlox/Release-0.3.4
Browse files Browse the repository at this point in the history
Release 0.3.4
  • Loading branch information
VladimirNybozhinsky authored Jan 31, 2024
2 parents 2a8fe80 + fff3349 commit cf4ee2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extension RemoteMessageDTO {
self.filesInfo = attachments.compactMap {
do {
var fileInfo = try RemoteFileInfoDTO($0)
if text.contains("MediaContentEntity|") {
if text.contains("MediaContentEntity|"), fileInfo.uid == "" {
var separated: [String] = text.components(separatedBy: "|")
separated.removeLast()
if let uid = separated.last {
Expand Down

0 comments on commit cf4ee2b

Please sign in to comment.