Merge remote-tracking branch 'refs/remotes/misskey-original/develop' into develop

# Conflicts:
#	packages/frontend/src/components/MkFollowButton.vue
This commit is contained in:
mattyatea 2024-04-24 03:50:09 +09:00
commit 41e735906a
35 changed files with 892 additions and 257 deletions

View file

@ -716,6 +716,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: true,
},
alwaysConfirmFollow: {
where: 'device',
default: true,
},
sound_masterVolume: {
where: 'device',