Remove unsafed api emoji_reactions slim
This commit is contained in:
parent
e84eb3fc81
commit
dd51fae42f
5 changed files with 0 additions and 95 deletions
|
@ -1,16 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class StatusEmojiReactionsGroupedByAccountObject
|
||||
def initialize(account, emoji_reactions)
|
||||
@account = account
|
||||
@emoji_reactions = emoji_reactions
|
||||
end
|
||||
|
||||
def read_attribute_for_serialization(_)
|
||||
REST::EmojiReactedBySlimSerializer
|
||||
end
|
||||
|
||||
def model_name
|
||||
'EmojiReaction'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue