diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-18 02:27:32 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-18 02:27:32 +0300 |
| commit | f35c090caaccf272c12358a2a02df71b9212d16c (patch) | |
| tree | b4c15b7ef707e17248e7330309c52d7c5510f975 /src/components/status_content | |
| parent | c1293c3afa9b9a057008026a9d988c6a5b9f516c (diff) | |
merged in compact notifs and improved upon it
Diffstat (limited to 'src/components/status_content')
| -rw-r--r-- | src/components/status_content/status_content.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status_content/status_content.vue b/src/components/status_content/status_content.vue index c1533b19..90ce130d 100644 --- a/src/components/status_content/status_content.vue +++ b/src/components/status_content/status_content.vue @@ -20,6 +20,7 @@ v-if="status.attachments.length !== 0" :nsfw="nsfwClickthrough" :attachments="status.attachments" + :limit="this.compact ? 1 : 0" :size="attachmentSize" @setMedia="onMedia" @play="$emit('mediaplay', attachment.id)" |
