forked from AkkomaGang/akkoma-fe
removing uselsess stuff
This commit is contained in:
parent
218b15b5fd
commit
a1822f073d
3 changed files with 0 additions and 4 deletions
|
@ -22,7 +22,6 @@
|
||||||
class="gallery-item"
|
class="gallery-item"
|
||||||
:nsfw="nsfw"
|
:nsfw="nsfw"
|
||||||
:attachment="attachment"
|
:attachment="attachment"
|
||||||
:allow-play="false"
|
|
||||||
:size="size"
|
:size="size"
|
||||||
:editable="editable"
|
:editable="editable"
|
||||||
:remove="removeAttachment"
|
:remove="removeAttachment"
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
class="mention-link"
|
class="mention-link"
|
||||||
:content="mention.content"
|
:content="mention.content"
|
||||||
:url="mention.url"
|
:url="mention.url"
|
||||||
:first-mention="false"
|
|
||||||
/><span
|
/><span
|
||||||
v-if="manyMentions"
|
v-if="manyMentions"
|
||||||
class="extraMentions"
|
class="extraMentions"
|
||||||
|
@ -21,7 +20,6 @@
|
||||||
class="mention-link"
|
class="mention-link"
|
||||||
:content="mention.content"
|
:content="mention.content"
|
||||||
:url="mention.url"
|
:url="mention.url"
|
||||||
:first-mention="false"
|
|
||||||
/>
|
/>
|
||||||
</span><button
|
</span><button
|
||||||
v-if="!expanded"
|
v-if="!expanded"
|
||||||
|
|
|
@ -296,7 +296,6 @@
|
||||||
:url="replyProfileLink"
|
:url="replyProfileLink"
|
||||||
:user-id="status.in_reply_to_user_id"
|
:user-id="status.in_reply_to_user_id"
|
||||||
:user-screen-name="status.in_reply_to_screen_name"
|
:user-screen-name="status.in_reply_to_screen_name"
|
||||||
:first-mention="false"
|
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue