aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorEdijs <iamedijs@hotmail.com>2019-03-13 15:24:09 -0700
committerEdijs <iamedijs@hotmail.com>2019-03-13 15:24:09 -0700
commit3c5c09c74fa80994635a6c8055c2f81c81f27318 (patch)
tree68b7deb08e050ee80a17a21ceadb854e5111622f /src/App.vue
parent9c60934786f0ca11d64550b1f290e1e8d63d8b9d (diff)
parent9fd44e4a520289b316c653f1cea2f4d1b6607b55 (diff)
Merge branch 'develop' into feature/version-info
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index acbbeb75..4fff3d1d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -50,6 +50,7 @@
<media-modal></media-modal>
</div>
<chat-panel :floating="true" v-if="currentUser && chat" class="floating-chat mobile-hidden"></chat-panel>
+ <MobilePostStatusModal />
</div>
</template>