mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
fix discord embed cards
This commit is contained in:
parent
dec3615da5
commit
a97f8d23ad
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ defmodule PhilomenaWeb.Api.Json.OembedController do
|
||||||
version: "1.0",
|
version: "1.0",
|
||||||
type: "photo",
|
type: "photo",
|
||||||
title: "##{image.id} - #{image.tag_list_cache} - Derpibooru",
|
title: "##{image.id} - #{image.tag_list_cache} - Derpibooru",
|
||||||
author_url: image.source_url,
|
author_url: image.source_url || "",
|
||||||
author_name: artist_tags(image.tags),
|
author_name: artist_tags(image.tags),
|
||||||
provider_name: "Derpibooru",
|
provider_name: "Derpibooru",
|
||||||
provider_url: PhilomenaWeb.Endpoint.url(),
|
provider_url: PhilomenaWeb.Endpoint.url(),
|
||||||
|
|
Loading…
Reference in a new issue