Better timeline rendering

Co-Authored-By: tamaina <tamaina@hotmail.co.jp>
This commit is contained in:
syuilo
2018-04-21 15:37:02 +09:00
parent d721a143a8
commit b14d7b45ae
7 changed files with 165 additions and 51 deletions

View File

@ -32,6 +32,8 @@ export default Vue.extend({
};
},
mounted() {
this.$store.commit('setUiHeaderHeight', 48);
if ((this as any).os.isSignedIn) {
this.connection = (this as any).os.stream.getConnection();
this.connectionId = (this as any).os.stream.use();