Merge remote-tracking branch 'upstream/io' into oscar

This commit is contained in:
ASTRO:? 2024-12-31 18:17:43 +09:00
commit 836df3bf0c
No known key found for this signature in database
GPG key ID: 8947F3AF5B0B4BFE
10 changed files with 12 additions and 12 deletions

View file

@ -506,7 +506,7 @@ async function assignRole() {
const { canceled: canceled3, result: memo } = await os.inputText({
title: i18n.ts.addMemo,
type: 'textarea',
placeholder: i18n.ts.memo,
default: '',
});
if (canceled3) return;

View file

@ -146,7 +146,7 @@ async function assign() {
const { canceled: canceled3, result: memo } = await os.inputText({
title: i18n.ts.addMemo,
type: 'textarea',
placeholder: i18n.ts.memo,
default: '',
});
if (canceled3) return;

View file

@ -454,7 +454,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
defaultWithReplies: {
where: 'account',
default: false,
default: true,
},
disableStreamingTimeline: {
where: 'device',