diff options
author | 2023-01-18 16:41:00 +0100 | |
---|---|---|
committer | 2023-01-18 16:41:00 +0100 | |
commit | 747683ba54aa7e9cfe56542696c756c6ae225275 (patch) | |
tree | b3a3796a7df58fd93398b560a6c5cc1e9dd958d8 /web/source/settings/lib/query/base.js | |
parent | [chore] Fix new emoji preview title/alt text (#1354) (diff) | |
download | gotosocial-747683ba54aa7e9cfe56542696c756c6ae225275.tar.xz |
[chore] Settings refactor fix 2 (#1357)
* fix emoji query tagging
* fix proxy url for gts instance
* fix: don't flash callback error on authorize flow
Diffstat (limited to 'web/source/settings/lib/query/base.js')
-rw-r--r-- | web/source/settings/lib/query/base.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/settings/lib/query/base.js b/web/source/settings/lib/query/base.js index 05d31925f..d9d62d356 100644 --- a/web/source/settings/lib/query/base.js +++ b/web/source/settings/lib/query/base.js @@ -72,7 +72,7 @@ function instanceBasedQuery(args, api, extraOptions) { module.exports = createApi({ reducerPath: "api", baseQuery: instanceBasedQuery, - tagTypes: ["Auth"], + tagTypes: ["Auth", "Emoji"], endpoints: (build) => ({ instance: build.query({ query: () => ({ |