Merge remote-tracking branch 'celogeek/fixes-ios-and-more'

This commit is contained in:
Tulir Asokan
2021-10-03 11:50:27 +03:00
3 changed files with 4 additions and 1 deletions

View File

@ -42,6 +42,7 @@ if TYPE_CHECKING:
url: str
info: MediaInfo
id: str
msgtype: str
else:
MediaInfo = None
StickerInfo = None

View File

@ -76,4 +76,5 @@ def make_sticker(mxc: str, width: int, height: int, size: int,
"mimetype": "image/png",
},
},
"msgtype": "m.sticker",
}