0
0
Fork 0

Fix fediverse:creator metadata not showing up in REST API (#33466)

This commit is contained in:
Claire 2025-01-06 11:04:25 +01:00 committed by GitHub
parent 08dd11f8d4
commit dbbf450ef5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 2 deletions

View file

@ -170,7 +170,7 @@ class PreviewCard < ApplicationRecord
private
def serialized_authors
if author_name? || author_url?
if author_name? || author_url? || author_account_id?
PreviewCard::Author
.new(self)
end