Make mention strings work.

This commit is contained in:
Roger Braun 2016-11-03 17:17:32 +01:00
parent 7e2c52b12c
commit 9ff8bf4c14
2 changed files with 31 additions and 3 deletions

View file

@ -45,7 +45,7 @@
<favorite-button :status=status></favorite-button>
</div>
<post-status-form v-if="replying" :reply-to="status.id"></post-status-form>
<post-status-form v-if="replying" :reply-to="status.id" :attentions="status.attentions" :repliedUser="status.user"></post-status-form>
</div>
</div>
</div>