Add UseApplicationAssets option to RPC API and configuration (#879)

This commit is contained in:
koko 2023-08-23 13:37:24 -04:00 committed by GitHub
parent 70a66e6034
commit 9cb9fb62e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,7 @@ public class RpcResponse
UsernameType = configuration.UsernameType,
Assets = new RpcAssets
{
UseApplicationAssets = configuration.Assets.UseApplicationAssets,
PodAsset = AssetConvertNull(configuration.Assets.PodAsset),
MoonAsset = AssetConvertNull(configuration.Assets.MoonAsset),
RemoteMoonAsset = AssetConvertNull(configuration.Assets.RemoteMoonAsset),