Render community items

This commit is contained in:
Nicolas Werner 2021-06-11 13:12:43 +02:00
parent 2cd1a931c2
commit d8c0d4874b
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
9 changed files with 180 additions and 14 deletions

View file

@ -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;
}