feat(streaming): Add emoji added event

This commit is contained in:
syuilo
2020-04-02 22:17:17 +09:00
parent 4a6b0edce6
commit 9e9d378bf1
4 changed files with 24 additions and 0 deletions

View File

@ -237,6 +237,11 @@ os.init(async () => {
// マウント
app.$mount('#app');
os.stream.on('emojiAdded', data => {
// TODO
//store.commit('instance/set', );
});
if (store.getters.isSignedIn) {
const main = os.stream.useSharedConnection('main');