feat: add option to cache images locally (#1213)
This commit is contained in:
@@ -28,6 +28,7 @@ export interface PublicSettingsResponse {
|
||||
region: string;
|
||||
originalLanguage: string;
|
||||
partialRequestsEnabled: boolean;
|
||||
cacheImages: boolean;
|
||||
}
|
||||
|
||||
export interface CacheItem {
|
||||
|
||||
Reference in New Issue
Block a user