diff options
| author | scarlett <nia@netbsd.org> | 2018-08-24 20:04:26 +0100 |
|---|---|---|
| committer | scarlett <nia@netbsd.org> | 2018-08-24 20:04:26 +0100 |
| commit | 296ab5430147f01107131046dcd428085bef9020 (patch) | |
| tree | f3e32f60a8d8c3d68b64eab71926dfdfbec207a0 /src/components/status/status.vue | |
| parent | 14db3f279daed82011bdcc2bbad21450c08a4487 (diff) | |
Add settings for changing the visibility of replies in the timeline.
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index e7d5ed7a..2bc44ee7 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -1,5 +1,5 @@ <template> - <div class="status-el" :class="[{ 'status-el_focused': isFocused }, { 'status-conversation': inlineExpanded }]"> + <div class="status-el" v-if="!hideReply" :class="[{ 'status-el_focused': isFocused }, { 'status-conversation': inlineExpanded }]"> <template v-if="muted && !noReplyLinks"> <div class="media status container muted"> <small><router-link :to="{ name: 'user-profile', params: { id: status.user.id } }">{{status.user.screen_name}}</router-link></small> |
