mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-07 13:34:59 +03:00
80 characters column limit
This commit is contained in:
parent
018278ce38
commit
635d3d54b7
|
@ -24,8 +24,8 @@ try:
|
|||
except ImportError:
|
||||
hachoir = None
|
||||
|
||||
# .webp and .ogg mimetypes are unknown on some operative systems, so stickers and voices won't
|
||||
# work. Manually register it here to make sure stickers and voices work everywhere.
|
||||
# .webp (stickers) and .ogg (some voice notes) mimetypes are unknown on some
|
||||
# operative systems. Manually register them here to make them work everywhere.
|
||||
mimetypes.add_type('image/webp', '.webp')
|
||||
mimetypes.add_type('audio/ogg', '.ogg')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user