diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-29 19:20:43 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-29 19:21:13 +0300 |
| commit | a1822f073d50f101d55ecfe47b664b44f741cb38 (patch) | |
| tree | de55ecbedf324b32ddc508f81919a8ddc5c55216 | |
| parent | 218b15b5fd3c09f927e4f92b5cee7ef988c9ae39 (diff) | |
removing uselsess stuff
| -rw-r--r-- | src/components/gallery/gallery.vue | 1 | ||||
| -rw-r--r-- | src/components/mentions_line/mentions_line.vue | 2 | ||||
| -rw-r--r-- | src/components/status/status.vue | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/src/components/gallery/gallery.vue b/src/components/gallery/gallery.vue index f2e1b5ce..ccf6e3e2 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 f375e3b0..09b6a1d6 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 61feb303..67ce999a 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> |
