Render community items
This commit is contained in:
parent
2cd1a931c2
commit
d8c0d4874b
9 changed files with 180 additions and 14 deletions
|
|
@ -3451,6 +3451,10 @@ Cache::updateUserKeys(const std::string &sync_token, const mtx::responses::Query
|
|||
|
||||
if (!updateToWrite.master_keys.keys.empty() &&
|
||||
update.master_keys.keys != updateToWrite.master_keys.keys) {
|
||||
nhlog::db()->debug("Master key of {} changed:\nold: {}\nnew: {}",
|
||||
user,
|
||||
updateToWrite.master_keys.keys.size(),
|
||||
update.master_keys.keys.size());
|
||||
updateToWrite.master_key_changed = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue