aboutsummaryrefslogtreecommitdiff
path: root/src/components/status
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2018-06-12 19:28:48 +0200
committerRoger Braun <roger@rogerbraun.net>2018-06-12 19:28:48 +0200
commitd4f5b3feec1da69b69181b0e8a471bf94e5a5e4c (patch)
tree4709b624ee5605dd3168af87d312f066aff7ccd6 /src/components/status
parent7707048bff772809feaee33d81ff07e028a4ce26 (diff)
Use parents scope if available.
Diffstat (limited to 'src/components/status')
-rw-r--r--src/components/status/status.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index ace141cd..f88c810d 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -96,7 +96,7 @@
</div>
<div class="container" v-if="replying">
<div class="reply-left"/>
- <post-status-form class="reply-body" :reply-to="status.id" :attentions="status.attentions" :repliedUser="status.user" v-on:posted="toggleReplying"/>
+ <post-status-form class="reply-body" :reply-to="status.id" :attentions="status.attentions" :repliedUser="status.user" :message-scope="status.visibility" v-on:posted="toggleReplying"/>
</div>
</template>
</div>