mirror of https://github.com/mastodon/mastodon
Replace calls to FeedManager#inline_render and #broadcast
parent
d755ce96da
commit
5b95be1c42
@ -0,0 +1,13 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class InlineRenderer
|
||||
def self.render(status, current_account, template)
|
||||
Rabl::Renderer.new(
|
||||
template,
|
||||
status,
|
||||
view_path: 'app/views',
|
||||
format: :json,
|
||||
scope: InlineRablScope.new(current_account)
|
||||
).render
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue