瀏覽代碼

Merge pull request #318 from deltachat/add-sticker-type

add sticker type
Jikstra 5 年之前
父節點
當前提交
824367a15e
共有 1 個文件被更改,包括 2 次插入0 次删除
  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: