gotosocial/internal/processing/admin
kim b85a9983d0
[bugfix] fix emoji recaching operations (#3167)
* add test for emoji update image

* update emoji recache to set the instance account id

* don't refresh emoji if only not cached. in that case literally just recache

* code comment

* rename + move a few things

* add some more code comments, and rename some functions to make logic a bit clearer

* remove unnecessary nil check (the value can be nil)

* comment wording

* remove test data output

* handle the case of caching an emoji which has been refreshed then uncached

* allow overwriting on testrig storage as we do now on regular storage

* fix emoji category ID not getting updated

---------

Co-authored-by: tobi <tobi.smethurst@protonmail.com>
2024-08-03 19:05:38 +02:00
..
account_test.go
accountaction.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
accountget.go
accounts.go [feature] Page through accounts as moderator (#2881) 2024-05-01 14:11:22 +01:00
actions.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
actions_test.go
admin.go [chore] media and emoji refactoring (#3000) 2024-06-26 16:01:16 +01:00
admin_test.go [chore] Add interaction filter to complement existing visibility filter (#3111) 2024-07-24 12:27:42 +01:00
debug_apurl.go [chore] media and emoji refactoring (#3000) 2024-06-26 16:01:16 +01:00
domainallow.go
domainblock.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
domainkeysexpire.go
domainpermission.go
domainpermission_test.go
email.go [chore] media and emoji refactoring (#3000) 2024-06-26 16:01:16 +01:00
emoji.go [bugfix] fix emoji recaching operations (#3167) 2024-08-03 19:05:38 +02:00
emoji_test.go
headerfilter.go
media.go [feature] support processing of (many) more media types (#3090) 2024-07-12 09:39:47 +00:00
report.go [feature/frontend] Reports frontend v2 (#3022) 2024-06-18 18:18:00 +02:00
rule.go
signupapprove.go [feature] Self-serve email change for users (#2957) 2024-06-06 14:43:25 +01:00
signupapprove_test.go [feature] Self-serve email change for users (#2957) 2024-06-06 14:43:25 +01:00
signupreject.go [feature] Self-serve email change for users (#2957) 2024-06-06 14:43:25 +01:00
signupreject_test.go [feature] Self-serve email change for users (#2957) 2024-06-06 14:43:25 +01:00
util.go
workertask.go [feature] persist worker queues to db (#3042) 2024-07-30 13:58:31 +02:00
workertask_test.go [feature] persist worker queues to db (#3042) 2024-07-30 13:58:31 +02:00