From 4f2041c1d9ce908bfaa673b9309e7834776eecf3 Mon Sep 17 00:00:00 2001 From: こぴなたみぽ Date: Sun, 11 Feb 2018 17:43:00 +0900 Subject: wip --- .../app/desktop/views/components/timeline-post.vue | 179 +++++++++++---------- src/web/app/desktop/views/components/timeline.vue | 2 +- 2 files changed, 94 insertions(+), 87 deletions(-) (limited to 'src') diff --git a/src/web/app/desktop/views/components/timeline-post.vue b/src/web/app/desktop/views/components/timeline-post.vue index a50d0c7bd0..50c8ecf992 100644 --- a/src/web/app/desktop/views/components/timeline-post.vue +++ b/src/web/app/desktop/views/components/timeline-post.vue @@ -70,103 +70,110 @@ - -this.on('unmount', () => { - this.decapture(true); - this.connection.off('_connected_', this.onStreamConnected); - this.stream.dispose(this.connectionId); -}); +