From 9784ade84f5bfecd6d3daec6b271aaee3466fa95 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sun, 10 May 2020 16:52:05 +0900
Subject: [PATCH] fix(client): Do not expand each notes in my/messages

---
 src/client/pages/messages.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client/pages/messages.vue b/src/client/pages/messages.vue
index 1165004e97..e607b86546 100644
--- a/src/client/pages/messages.vue
+++ b/src/client/pages/messages.vue
@@ -2,7 +2,7 @@
 <div>
 	<portal to="icon"><fa :icon="faEnvelope"/></portal>
 	<portal to="title">{{ $t('directNotes') }}</portal>
-	<x-notes :pagination="pagination" :detail="true" @before="before()" @after="after()"/>
+	<x-notes :pagination="pagination" @before="before()" @after="after()"/>
 </div>
 </template>