chore: move webfinger to cms
This commit is contained in:
parent
c23ef6bd0d
commit
84cdf1c44a
2 changed files with 9 additions and 7 deletions
|
@ -12,6 +12,8 @@ SELECT
|
|||
g.site_type,
|
||||
g.locale,
|
||||
g.lang,
|
||||
g.webfinger_username,
|
||||
g.webfinger_hostname,
|
||||
CONCAT('/', df.filename_disk) AS avatar,
|
||||
CONCAT('/', df2.filename_disk) AS avatar_transparent
|
||||
FROM
|
||||
|
|
Reference in a new issue