1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 08:26:19 +02:00

chore: Add note

This commit is contained in:
syuilo
2020-07-13 23:29:30 +09:00
parent 937df577f1
commit 0a28573845

View File

@@ -302,6 +302,7 @@ export default () => new Vuex.Store({
},
mergeMe(ctx, me) {
// TODO: プロパティ一つ一つに対してコミットが発生するのはアレなので良い感じにする
for (const [key, value] of Object.entries(me)) {
ctx.commit('updateIKeyValue', { key, value });
}