We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Telegram add a value named lskCustomEmojiKeys in (telegramdesktop/tdesktop@ddd5021)
so opentele can not load tdata when find this key
it will raise an exception here
opentele/src/td/account.py
Line 214 in ff90c36
The text was updated successfully, but these errors were encountered:
Hi, thanks for the detailed research into the issue!
Unfortunately, I don't have the time right now to take a look at the problem. Would you mind making a pull request?
The map data isn't really that important so I think just adding lskCustomEmojiKeys to the enum and these lines should fix the issue:
lskCustomEmojiKeys
installedCustomEmojiKey = 0 recentCustomEmojiKey = 0 archivedCustomEmojiKey = 0
elif keyType == lskType.lskCustomEmojiKeys: installedCustomEmojiKey = map.stream.readUInt64() recentCustomEmojiKey = map.stream.readUInt64() archivedCustomEmojiKey = map.stream.readUInt64()
Sorry, something went wrong.
No branches or pull requests
Telegram add a value named lskCustomEmojiKeys in (telegramdesktop/tdesktop@ddd5021)
so opentele can not load tdata when find this key
it will raise an exception here
opentele/src/td/account.py
Line 214 in ff90c36
The text was updated successfully, but these errors were encountered: