This commit is contained in:
mattyatea 2024-01-10 00:49:46 +09:00
parent cb3983b741
commit be2626ea0d
1 changed files with 9 additions and 10 deletions

View File

@ -71,8 +71,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkSwitch v-model="isNotifyIsHome">
{{ i18n.ts.isNotifyIsHome }}
</MkSwitch>
</div>
</MkSpacer>
<div :class="$style.footer">
@ -87,7 +85,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</template>
<script lang="ts" setup>
import {computed, ref, watch} from 'vue';
import { computed, ref, watch } from 'vue';
import * as Misskey from 'misskey-js';
import { DriveFile } from 'misskey-js/built/entities.js';
import MkModalWindow from '@/components/MkModalWindow.vue';
@ -166,6 +164,7 @@ async function done() {
isSensitive: isSensitive.value,
localOnly: localOnly.value,
roleIdsThatCanBeUsedThisEmojiAsReaction: rolesThatCanBeUsedThisEmojiAsReaction.value.map(x => x.id),
isNotifyIsHome: isNotifyIsHome.value,
};
if (file.value) {