mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rm country param (#3653)

authored by samuel.fm and committed by

GitHub 49b5d420 86180462

-4
-4
src/state/queries/tenor.ts
··· 65 65 66 66 if (locale) { 67 67 params.set('locale', locale.languageTag.replace('-', '_')) 68 - 69 - if (locale.regionCode) { 70 - params.set('country', locale.regionCode) 71 - } 72 68 } 73 69 74 70 for (const [key, value] of Object.entries(input)) {