B. Petersen 5 anni fa
parent
commit
be845d0fdd
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      deltachat-ios/DC/Wrapper.swift

+ 2 - 0
deltachat-ios/DC/Wrapper.swift

@@ -522,6 +522,8 @@ class DcMsg: MessageType {
             return .text
         case DC_MSG_IMAGE:
             return .image
+        case DC_MSG_STICKER:
+            return .image
         case DC_MSG_VIDEO:
             return .video
         case DC_MSG_VOICE: