This commit is contained in:
Henry Jameson 2023-10-13 12:37:50 +03:00
parent 765fdbe8ab
commit 8f87a15069
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
fix typo in code that prevented cards from showing at all

View File

@ -75,7 +75,7 @@ const StatusContent = {
...controlledOrUncontrolledGetters(['showingTall', 'expandingSubject', 'showingLongSubject']),
statusCard () {
if (!this.status.card) return null
return this.status.card.url === this.status.quote_url ? null : status.card
return this.status.card.url === this.status.quote_url ? null : this.status.card
},
hideAttachments () {
return (this.mergedConfig.hideAttachments && !this.inConversation) ||