Increase MessageUnsupported version to reload web_app buttons.
This commit is contained in:
parent
77532d67f8
commit
b17a05f3fc
@ -451,7 +451,7 @@ class MessageChatSetTtl final : public MessageContent {
|
|||||||
|
|
||||||
class MessageUnsupported final : public MessageContent {
|
class MessageUnsupported final : public MessageContent {
|
||||||
public:
|
public:
|
||||||
static constexpr int32 CURRENT_VERSION = 10;
|
static constexpr int32 CURRENT_VERSION = 11;
|
||||||
int32 version = CURRENT_VERSION;
|
int32 version = CURRENT_VERSION;
|
||||||
|
|
||||||
MessageUnsupported() = default;
|
MessageUnsupported() = default;
|
||||||
|
Loading…
Reference in New Issue
Block a user