diff options
author | 2024-01-22 16:17:04 +0100 | |
---|---|---|
committer | 2024-01-22 15:17:04 +0000 | |
commit | 138cbe4d602838d0b4d431cb934d533cf5516ea9 (patch) | |
tree | e11ef1601133910f57a82dcd1d275b19d3f9c996 /web/source/settings/admin/emoji/local/overview.js | |
parent | [bugfix] Don't return Internal Server Error when searching for URIs that don'... (diff) | |
download | gotosocial-138cbe4d602838d0b4d431cb934d533cf5516ea9.tar.xz |
[feature] Ratelimit + serve emoji images on separate router group (#2548)
* [feature] Serve + rate limit emoji files separately from attachments
* add a wee little warning about uploading loads of emojis
Diffstat (limited to 'web/source/settings/admin/emoji/local/overview.js')
-rw-r--r-- | web/source/settings/admin/emoji/local/overview.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/source/settings/admin/emoji/local/overview.js b/web/source/settings/admin/emoji/local/overview.js index 757f07c43..44b11f584 100644 --- a/web/source/settings/admin/emoji/local/overview.js +++ b/web/source/settings/admin/emoji/local/overview.js @@ -64,6 +64,11 @@ module.exports = function EmojiOverview({ }) { You can either upload them here directly, or copy from those already present on other (known) instances through the <Link to={`./remote`}>Remote Emoji</Link> page. </p> + <p> + <strong>Be warned!</strong> If you upload more than about 300-400 custom emojis in + total on your instance, this may lead to rate-limiting issues for users and clients + if they try to load all the emoji images at once (which is what many clients do). + </p> {content} </> ); |