cyberta 5 anni fa
parent
commit
00ebe42d4e
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      DcCore/DcCore/Helper/DcUtils.swift

+ 2 - 2
DcCore/DcCore/Helper/DcUtils.swift

@@ -23,8 +23,8 @@ public struct DcUtils {
                                                         content: nil,
                                                         speakableGroupName: groupName,
                                                         conversationIdentifier: "\(chat.id)",
-                serviceName: nil,
-                sender: nil)
+                                                        serviceName: nil,
+                                                        sender: nil)
 
             // Add the user's avatar to the intent.
             if let imageData = chat.profileImage?.pngData() {