0
0
Fork 0

Add lang attribute to preview card (#23869)

This commit is contained in:
Christian Schmidt 2023-02-24 20:04:38 +01:00 committed by GitHub
parent 19614ba247
commit 8000a8f230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@
class REST::PreviewCardSerializer < ActiveModel::Serializer
include RoutingHelper
attributes :url, :title, :description, :type,
attributes :url, :title, :description, :language, :type,
:author_name, :author_url, :provider_name,
:provider_url, :html, :width, :height,
:image, :embed_url, :blurhash