A few small bug fixes
This commit is contained in:
parent
887b2c1db1
commit
efaaafa370
9 changed files with 72 additions and 31 deletions
|
@ -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}.`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue