Fix movement (#885)

This commit is contained in:
Dapoulp 2025-08-13 10:17:04 +02:00 committed by GitHub
parent c4f35aef9e
commit 3d6a276bbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,4 +72,8 @@ export default class DHToken extends TokenDocument {
}
return attributes;
}
_shouldRecordMovementHistory() {
return false;
}
}