diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue index 17cee428..a7303333 100644 --- a/components/status/StatusCard.vue +++ b/components/status/StatusCard.vue @@ -65,6 +65,8 @@ const isDM = $computed(() => status.visibility === 'direct') const showUpperBorder = $computed(() => props.newer && !directReply) const showReplyTo = $computed(() => !replyToMain && !directReply) + +const forceShow = ref(false) diff --git a/locales/de-DE.json b/locales/de-DE.json index 50098569..7cd9a2e8 100644 --- a/locales/de-DE.json +++ b/locales/de-DE.json @@ -385,6 +385,10 @@ "uploading": "Hochladen..." }, "status": { + "account": { + "suspended_message": "Der Account dieses Status wurde vorübergehend gesperrt.", + "suspended_show": "Inhalt trotzdem anzeigen?" + }, "boosted_by": "Boosted von", "edited": "Zuletzt bearbeitet: {0}", "favourited_by": "Favorisiert von", diff --git a/locales/en.json b/locales/en.json index 116476d6..26457e6e 100644 --- a/locales/en.json +++ b/locales/en.json @@ -497,6 +497,10 @@ "uploading": "Uploading..." }, "status": { + "account": { + "suspended_message": "The account of this status has been suspended.", + "suspended_show": "Show content anyways?" + }, "boosted_by": "Boosted By", "edited": "Edited {0}", "favourited_by": "Favorited By",