summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-03-23 10:16:44 -0100
committerGitHub <noreply@github.com>2023-03-23 10:16:44 -0100
commit03d51eae163d472d30323d0568ab533f187150c8 (patch)
tree1fc97a6fef79c5dc07989a11c9747966abd70f46 /src
parent2ffe83feccce54bb843b7c4421eb2cc97e17664a (diff)
parentf7db309da528c071c42337e52b80a92e8b950dd2 (diff)
Merge pull request #1694 from nextcloud/artonge/feat/set_visibility_direct_when_direct_view
Set visibility as direct when on direct view
Diffstat (limited to 'src')
-rw-r--r--src/views/Timeline.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Timeline.vue b/src/views/Timeline.vue
index cf64765d..2ee0fe5c 100644
--- a/src/views/Timeline.vue
+++ b/src/views/Timeline.vue
@@ -25,7 +25,7 @@
</div>
</div>
</transition>
- <Composer v-if="type !== 'notifications' && type !== 'single-post'" />
+ <Composer v-if="type !== 'notifications' && type !== 'single-post'" :default-visibility="type === 'direct' ? 'direct' : undefined" />
<h2 v-if="type === 'tags'">
#{{ $route.params.tag }}
</h2>