diff options
author | 2022-11-11 20:27:37 +0100 | |
---|---|---|
committer | 2022-11-11 19:27:37 +0000 | |
commit | 6fb47651c8dd7b1c73963f6a3a6c7d95f43dc239 (patch) | |
tree | f5a7dc848a78b6269622cb0cab2317cece2f5829 /internal/config/helpers.gen.go | |
parent | [feature] Read + Write tombstones for deleted Actors (#1005) (diff) | |
download | gotosocial-6fb47651c8dd7b1c73963f6a3a6c7d95f43dc239.tar.xz |
[chore] Fixes + updates in emoji dereferencing logic (#1022)
* fix incorrect static remote url use for emojis
* warn when emoji/attachment already exists
* defer emoji postdata execution
* rename ctx to innerCtx for clarity
* warn on emoji too large
* small efficiency fix in fetchRemoteAccountEmojis
* tidy up lock+load
* lock processing emojis
* fix little fucky wucky
* this wasn't go fmted for some reason
Diffstat (limited to 'internal/config/helpers.gen.go')
-rw-r--r-- | internal/config/helpers.gen.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/config/helpers.gen.go b/internal/config/helpers.gen.go index 4b46835fb..1947fdadf 100644 --- a/internal/config/helpers.gen.go +++ b/internal/config/helpers.gen.go @@ -1869,4 +1869,3 @@ func GetAdvancedRateLimitRequests() int { return global.GetAdvancedRateLimitRequ // SetAdvancedRateLimitRequests safely sets the value for global configuration 'AdvancedRateLimitRequests' field func SetAdvancedRateLimitRequests(v int) { global.SetAdvancedRateLimitRequests(v) } - |