diff --git a/src/components/gallery/gallery.vue b/src/components/gallery/gallery.vue index f2e1b5ce516c660c8ad6fc303f90e3a65d95d9fc..ccf6e3e21c2d2cccb6b218f34afaac22ced80f65 100644 --- a/src/components/gallery/gallery.vue +++ b/src/components/gallery/gallery.vue @@ -22,7 +22,6 @@ class="gallery-item" :nsfw="nsfw" :attachment="attachment" - :allow-play="false" :size="size" :editable="editable" :remove="removeAttachment" diff --git a/src/components/mentions_line/mentions_line.vue b/src/components/mentions_line/mentions_line.vue index f375e3b0921f1ca4d872618b83e5396773c0a1d6..09b6a1d6c6233ea93a88cebc667c6755633c7e37 100644 --- a/src/components/mentions_line/mentions_line.vue +++ b/src/components/mentions_line/mentions_line.vue @@ -6,7 +6,6 @@ class="mention-link" :content="mention.content" :url="mention.url" - :first-mention="false" /><span v-if="manyMentions" class="extraMentions" @@ -21,7 +20,6 @@ class="mention-link" :content="mention.content" :url="mention.url" - :first-mention="false" /> </span><button v-if="!expanded" diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 61feb303531fc5cc3ada298e73cd3ed8ed9a8acb..67ce999a45e100197d716a7ca63830da5d900f91 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -296,7 +296,6 @@ :url="replyProfileLink" :user-id="status.in_reply_to_user_id" :user-screen-name="status.in_reply_to_screen_name" - :first-mention="false" /> </span>