about summary refs log tree commit diff
path: root/app/serializers/rest
diff options
context:
space:
mode:
authorChristian Schmidt <github@chsc.dk>2023-02-24 20:04:38 +0100
committerGitHub <noreply@github.com>2023-02-24 20:04:38 +0100
commit8000a8f2309d428c2ce72fe5ffba940754d55339 (patch)
treea783169411a449b2c9b3dcb07345e0c4f4ab69fa /app/serializers/rest
parent19614ba2477f3d12468f5ec251ce1cc5f8c6210c (diff)
Add `lang` attribute to preview card (#23869)
Diffstat (limited to 'app/serializers/rest')
-rw-r--r--app/serializers/rest/preview_card_serializer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/serializers/rest/preview_card_serializer.rb b/app/serializers/rest/preview_card_serializer.rb
index 66ff47d22..8413b23d8 100644
--- a/app/serializers/rest/preview_card_serializer.rb
+++ b/app/serializers/rest/preview_card_serializer.rb
@@ -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