Skip to content

Commit 06b04d3

Browse files
add the new fields in the PlatformReleaseToRPC mapping
1 parent c108793 commit 06b04d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commands/core.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ func PlatformReleaseToRPC(platformRelease *cores.PlatformRelease) *rpc.Platform
6262
ManuallyInstalled: platformRelease.Platform.ManuallyInstalled,
6363
Deprecated: platformRelease.Platform.Deprecated,
6464
Type: []string{platformRelease.Platform.Category},
65+
Indexed: platformRelease.Platform.Indexed,
66+
MissingMetadata: !platformRelease.HasMetadata(),
6567
}
6668

6769
return result

0 commit comments

Comments
 (0)