diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2020-07-03 23:12:50 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-03 23:12:50 +0900 |
| commit | ca25b9acc147f48956cf1e4f718a4fa6b159693a (patch) | |
| tree | 670df5a6e32fe77804698f471bfd63697fefa313 /src/client | |
| parent | three.jsをr117に巻き戻す (#6483) (diff) | |
| download | sharkey-ca25b9acc147f48956cf1e4f718a4fa6b159693a.tar.gz sharkey-ca25b9acc147f48956cf1e4f718a4fa6b159693a.tar.bz2 sharkey-ca25b9acc147f48956cf1e4f718a4fa6b159693a.zip | |
投稿詳細でTwitterウィジェットが表示されなくなっているのを修正 Fix #6487 (#6488)
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/components/note.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/note.vue b/src/client/components/note.vue index 6e513a4b2a..118fef661c 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -53,7 +53,7 @@ <x-media-list :media-list="appearNote.files" :parent-element="noteBody"/> </div> <x-poll v-if="appearNote.poll" :note="appearNote" ref="pollViewer" class="poll"/> - <mk-url-preview v-for="url in urls" :url="url" :key="url" :compact="true" class="url-preview"/> + <mk-url-preview v-for="url in urls" :url="url" :key="url" :compact="true" :detail="detail" class="url-preview"/> <div class="renote" v-if="appearNote.renote"><x-note-preview :note="appearNote.renote"/></div> </div> </div> |