Explorar el Código

add sticker type

B. Petersen hace 5 años
padre
commit
be845d0fdd
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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: