Skip to content

Commit

Permalink
fix blockedWords
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriha-chan committed Feb 16, 2024
1 parent 34961db commit cd2fc29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/server/api/endpoints/admin/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
silencedHosts: instance.silencedHosts,
gtlMutedHosts: instance.gtlMutedHosts,
sensitiveWords: instance.sensitiveWords,
blockedWords: instance.blockedWords,
preservedUsernames: instance.preservedUsernames,
hcaptchaSecretKey: instance.hcaptchaSecretKey,
recaptchaSecretKey: instance.recaptchaSecretKey,
Expand Down

0 comments on commit cd2fc29

Please sign in to comment.