moonlight-mod / moonlight

Yet another Discord mod
https://moonlight-mod.github.io
GNU Lesser General Public License v3.0
102 stars 6 forks source link

[moonbase] meta is required for extensions when it shouldn't be #86

Closed NotNite closed 1 month ago

NotNite commented 1 month ago

Meta is optional in the manifest but because of how filtering is implemented it never appears (undefined?.includes("")). This also might cause issues if a dependency is marked and there's no meta to resolve the name of the extension with.

NotNite commented 1 month ago

Two-birds-one-stone: ID should be used for search filter.