Progress
added composer query string functionality for url, text. fixed issue with no user in base_controller, cleaned up video component, albums starting
This commit is contained in:
@@ -98,6 +98,7 @@ class Api::BaseController < ApplicationController
|
||||
end
|
||||
|
||||
def superapp?
|
||||
return true if doorkeeper_token.nil?
|
||||
doorkeeper_token && doorkeeper_token.application.superapp? || false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user