Increase MessageUnsupported version to reload web_app buttons.

This commit is contained in:
levlam 2022-04-15 16:32:12 +03:00
parent 77532d67f8
commit b17a05f3fc

View File

@ -451,7 +451,7 @@ class MessageChatSetTtl final : public MessageContent {
class MessageUnsupported final : public MessageContent {
public:
static constexpr int32 CURRENT_VERSION = 10;
static constexpr int32 CURRENT_VERSION = 11;
int32 version = CURRENT_VERSION;
MessageUnsupported() = default;