requested changes.

This commit is contained in:
piuvas 2025-05-27 13:25:06 -03:00
parent 3884f2fa6a
commit 5545ddf9dd
No known key found for this signature in database
7 changed files with 32 additions and 39 deletions

View file

@ -220,7 +220,6 @@ const profile = reactive({
isBot: $i.isBot ?? false,
isCat: $i.isCat ?? false,
speakAsCat: $i.speakAsCat ?? false,
attributionDomains: $i.attributionDomains,
});
watch(() => profile, () => {
@ -280,7 +279,6 @@ function save() {
isBot: !!profile.isBot,
isCat: !!profile.isCat,
speakAsCat: !!profile.speakAsCat,
attributionDomains: !!profile.attributionDomains,
}, undefined, {
'0b3f9f6a-2f4d-4b1f-9fb4-49d3a2fd7191': {
title: i18n.ts.yourNameContainsProhibitedWords,