Increase MessageUnsupported version to reload messages with custom emoji.

This commit is contained in:
levlam 2022-07-22 12:15:21 +03:00
parent 06b10526f1
commit da7d302dec

View File

@ -454,7 +454,7 @@ class MessageChatSetTtl final : public MessageContent {
class MessageUnsupported final : public MessageContent {
public:
static constexpr int32 CURRENT_VERSION = 12;
static constexpr int32 CURRENT_VERSION = 13;
int32 version = CURRENT_VERSION;
MessageUnsupported() = default;