mirror of
https://github.com/maunium/stickerpicker.git
synced 2025-07-18 14:56:00 +02:00
Merge remote-tracking branch 'celogeek/fixes-ios-and-more'
This commit is contained in:
@ -42,6 +42,7 @@ if TYPE_CHECKING:
|
||||
url: str
|
||||
info: MediaInfo
|
||||
id: str
|
||||
msgtype: str
|
||||
else:
|
||||
MediaInfo = None
|
||||
StickerInfo = None
|
||||
|
@ -76,4 +76,5 @@ def make_sticker(mxc: str, width: int, height: int, size: int,
|
||||
"mimetype": "image/png",
|
||||
},
|
||||
},
|
||||
"msgtype": "m.sticker",
|
||||
}
|
||||
|
Reference in New Issue
Block a user