mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 14:22:46 +02:00
Always use remote url for discord rpc image (#2009)
* add option to force remote url for api calls * force remote url for discord rpc image
This commit is contained in:
@@ -421,6 +421,7 @@ type ApiContext = {
|
||||
|
||||
type BaseEndpointArgs = {
|
||||
apiClientProps: {
|
||||
forceRemoteUrl?: boolean;
|
||||
server?: null | ServerListItemWithCredential;
|
||||
serverId: string;
|
||||
signal?: AbortSignal;
|
||||
|
||||
Reference in New Issue
Block a user