diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2022-02-27 13:59:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-27 13:59:10 +0900 |
| commit | e314be5b59dc5b518f114c82a67a8546decb5a80 (patch) | |
| tree | 269c4befe67f7e6c845ae975695ab4ceb0ba39ff /.config/example.yml | |
| parent | refactor: Use ESM (#8358) (diff) | |
| download | misskey-e314be5b59dc5b518f114c82a67a8546decb5a80.tar.gz misskey-e314be5b59dc5b518f114c82a67a8546decb5a80.tar.bz2 misskey-e314be5b59dc5b518f114c82a67a8546decb5a80.zip | |
Fix avatar/banner proxy (#8346)
* Fix avatar/banner proxy
Co-authored-by: mei23 <m@m544.net>
* use getAvatarUrl
* fix
* join avatar and banner to improve performance
* join
* Update hybrid-timeline.ts
* fix
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Diffstat (limited to '.config/example.yml')
| -rw-r--r-- | .config/example.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml index 38d5e59ea7..4da7399359 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -155,6 +155,9 @@ id: 'aid' # Media Proxy #mediaProxy: https://example.com/proxy +# Proxy remote files (default: false) +#proxyRemoteFiles: true + # Sign to ActivityPub GET request (default: false) #signToActivityPubGet: true |