We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
language
1 parent bbfb99d commit 6c6fdefCopy full SHA for 6c6fdef
1 file changed
src/mastodon/entities/v1/preview-card.ts
@@ -36,6 +36,8 @@ export interface PreviewCard {
36
image?: string | null;
37
/** Used for photo embeds, instead of custom `html`. */
38
embedUrl: string;
39
+ /** @see https://github.com/mastodon/mastodon/pull/27503 */
40
+ language?: string;
41
}
42
43
export interface TrendLink extends PreviewCard {
0 commit comments