Fix NoMethodError (#4762)
parent
7dc5035031
commit
921cf3e9c8
|
@ -9,7 +9,7 @@ class Web::NotificationSerializer < ActiveModel::Serializer
|
||||||
include ActionView::Helpers::SanitizeHelper
|
include ActionView::Helpers::SanitizeHelper
|
||||||
|
|
||||||
attributes :content, :nsfw, :url, :actions,
|
attributes :content, :nsfw, :url, :actions,
|
||||||
:access_token, :message
|
:access_token, :message, :dir
|
||||||
|
|
||||||
def content
|
def content
|
||||||
decoder.decode(strip_tags(body))
|
decoder.decode(strip_tags(body))
|
||||||
|
@ -117,7 +117,7 @@ class Web::NotificationSerializer < ActiveModel::Serializer
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
attributes :title, :dir, :image, :badge, :tag,
|
attributes :title, :image, :badge, :tag,
|
||||||
:timestamp, :icon
|
:timestamp, :icon
|
||||||
|
|
||||||
has_one :data
|
has_one :data
|
||||||
|
|
Loading…
Reference in New Issue