Improve admin UI for account view (#9643)
This commit is contained in:
parent
8c5116fa2c
commit
6e49907ecf
49 changed files with 201 additions and 248 deletions
|
@ -19,6 +19,7 @@ class ResolveAccountService < BaseService
|
|||
@account = uri
|
||||
@username = @account.username
|
||||
@domain = @account.domain
|
||||
uri = "#{@username}@#{@domain}"
|
||||
|
||||
return @account if @account.local? || !webfinger_update_due?
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue