Add API for retrieving blocked accounts
This commit is contained in:
parent
8724094ed0
commit
49834a6e7f
15 changed files with 50 additions and 14 deletions
|
@ -1,2 +0,0 @@
|
|||
module Api::OembedHelper
|
||||
end
|
|
@ -1,2 +0,0 @@
|
|||
module Api::V1::FollowRequestsHelper
|
||||
end
|
|
@ -1,2 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module AuthorizeFollowHelper
|
||||
end
|
||||
|
|
|
@ -10,7 +10,7 @@ module StreamEntriesHelper
|
|||
end
|
||||
|
||||
def avatar_for_status_url(status)
|
||||
status.reblog? ? status.reblog.account.avatar.url( :original) : status.account.avatar.url( :original)
|
||||
status.reblog? ? status.reblog.account.avatar.url(:original) : status.account.avatar.url(:original)
|
||||
end
|
||||
|
||||
def entry_classes(status, is_predecessor, is_successor, include_threads)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue