We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a8fe80 + fff3349 commit cf4ee2bCopy full SHA for cf4ee2b
Sources/QuickBloxData/Source/Remote/Extension/RemoteMessageDTO+QBChatMessage.swift
@@ -36,7 +36,7 @@ extension RemoteMessageDTO {
36
self.filesInfo = attachments.compactMap {
37
do {
38
var fileInfo = try RemoteFileInfoDTO($0)
39
- if text.contains("MediaContentEntity|") {
+ if text.contains("MediaContentEntity|"), fileInfo.uid == "" {
40
var separated: [String] = text.components(separatedBy: "|")
41
separated.removeLast()
42
if let uid = separated.last {
0 commit comments