Skip to content

Commit

Permalink
Increase MessageUnsupported version.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed Oct 21, 2024
1 parent e95add4 commit 512c966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td/telegram/MessageContent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ class MessageChatSetTtl final : public MessageContent {

class MessageUnsupported final : public MessageContent {
public:
static constexpr int32 CURRENT_VERSION = 37;
static constexpr int32 CURRENT_VERSION = 38;
int32 version = CURRENT_VERSION;

MessageUnsupported() = default;
Expand Down

0 comments on commit 512c966

Please sign in to comment.