A few small bug fixes

This commit is contained in:
Scott Nonnenberg 2021-05-10 15:38:18 -07:00 committed by GitHub
parent 887b2c1db1
commit efaaafa370
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 72 additions and 31 deletions

View file

@ -3452,7 +3452,7 @@ async function getCurrentGroupState({
logId
);
const oldVersion = group.version;
const oldVersion = group.revision;
const newVersion = decryptedGroupState.version;
window.log.info(
`getCurrentGroupState/${logId}: Applying full group state, from version ${oldVersion} to ${newVersion}.`