diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2021-08-07 10:28:45 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-07 19:19:29 -0500 |
| commit | ace1f5067c90be2fa0b8da22d39b0e2c88f590fb (patch) | |
| tree | 3c8b8896060ce8eec7762fd5702dcb220232cbef /src/components/conversation/conversation.vue | |
| parent | cd0f6a4f7820b27e3d776e598c842328ad64ab18 (diff) | |
Make status display controlled
Diffstat (limited to 'src/components/conversation/conversation.vue')
| -rw-r--r-- | src/components/conversation/conversation.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 783cc894..08cb72d0 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -44,6 +44,9 @@ :show-thread-recursively="showThreadRecursively" :total-reply-count="totalReplyCount" :total-reply-depth="totalReplyDepth" + :status-content-properties="statusContentProperties" + :set-status-content-property="setStatusContentProperty" + :toggle-status-content-property="toggleStatusContentProperty" /> </div> <div v-if="isLinearView"> |
