Increase cache version for channels.
This commit is contained in:
parent
36b19416ac
commit
1345e8e9a4
@ -882,7 +882,7 @@ class ContactsManager final : public Actor {
|
||||
int32 date = 0;
|
||||
int32 participant_count = 0;
|
||||
|
||||
static constexpr uint32 CACHE_VERSION = 9;
|
||||
static constexpr uint32 CACHE_VERSION = 10;
|
||||
uint32 cache_version = 0;
|
||||
|
||||
bool has_linked_channel = false;
|
||||
|
Loading…
Reference in New Issue
Block a user