Skip to content

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Sep 11, 2025

Explanation

The new metadata properties includeInStateLogs and usedInUi have been added to the AppMetadataController.

References

Fixes #6515

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed, highlighting breaking changes as necessary
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

@Gudahtt Gudahtt marked this pull request as ready for review September 12, 2025 12:12
@Gudahtt Gudahtt force-pushed the add-metadata-to-app-metadata-controller branch from 3fc32a4 to c828ace Compare September 12, 2025 12:12
@Gudahtt Gudahtt requested review from a team as code owners September 12, 2025 12:12
@Gudahtt Gudahtt force-pushed the add-metadata-to-app-metadata-controller branch from c828ace to e927cdb Compare September 12, 2025 19:34
@@ -103,20 +103,28 @@ export type AppMetadataControllerMessenger = RestrictedMessenger<
*/
const controllerMetadata = {
currentAppVersion: {
includeInStateLogs: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that on mobile we can remove the current app version from being saved on a different storage and rely on app metadata controller.

I don't see any of this properties showing on the UI, so it seems accurate to me the values on usedInUi metadata

@Gudahtt Gudahtt force-pushed the add-metadata-to-app-metadata-controller branch from e927cdb to 749b6b3 Compare September 16, 2025 20:55
The new metadata properties includeInStateLogs and usedInUi have been
added to the `AppMetadataController`.

Fixes #6515
@Gudahtt Gudahtt force-pushed the add-metadata-to-app-metadata-controller branch from 749b6b3 to 21e2bc4 Compare September 16, 2025 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new metadata properties to Mobile Platform controllers
2 participants