Fix setting remote emoji packs
This commit is contained in:
parent
27be3dd0fc
commit
ea26e75e77
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ const emojiPacks = {
|
||||||
const { data } = await listRemotePacks(getters.authHost, getters.token, remoteInstance)
|
const { data } = await listRemotePacks(getters.authHost, getters.token, remoteInstance)
|
||||||
|
|
||||||
commit('SET_REMOTE_INSTANCE', remoteInstance)
|
commit('SET_REMOTE_INSTANCE', remoteInstance)
|
||||||
commit('SET_REMOTE_PACKS', data)
|
commit('SET_REMOTE_PACKS', data.packs)
|
||||||
},
|
},
|
||||||
SetRemoteInstance({ commit }, instance) {
|
SetRemoteInstance({ commit }, instance) {
|
||||||
commit('SET_REMOTE_INSTANCE', instance)
|
commit('SET_REMOTE_INSTANCE', instance)
|
||||||
|
|
Loading…
Reference in a new issue