mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-14 06:33:49 -05:00
fix: returns nil instead of empty URL on status.application.website (#17962)
This commit is contained in:
parent
0ec695e036
commit
275dad9702
@ -137,6 +137,10 @@ class REST::StatusSerializer < ActiveModel::Serializer
|
||||
|
||||
class ApplicationSerializer < ActiveModel::Serializer
|
||||
attributes :name, :website
|
||||
|
||||
def website
|
||||
object.website.presence
|
||||
end
|
||||
end
|
||||
|
||||
class MentionSerializer < ActiveModel::Serializer
|
||||
|
Loading…
x
Reference in New Issue
Block a user