1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 06:35:57 +02:00
This commit is contained in:
syuilo
2019-04-18 21:36:44 +09:00
parent ae6cc11ad2
commit 4096ddcbd0

View File

@@ -358,7 +358,7 @@ export default (os: MiOS) => new Vuex.Store({
ctx.commit('set', x);
if (ctx.rootGetters.isSignedIn) {
os.api('i/update_client_setting', {
os.api('i/update-client-setting', {
name: x.key,
value: x.value
});