mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 20:54:48 -04:00
#316 save external avatars
This commit is contained in:
parent
4ce6722399
commit
41198dd371
@ -11,7 +11,6 @@ const copyAvatar = require('./avatarCopy');
|
|||||||
SELECT * FROM authenticators
|
SELECT * FROM authenticators
|
||||||
WHERE type IN ('mastodon', 'indieauth', 'twitter', 'discord', 'google', 'facebook')
|
WHERE type IN ('mastodon', 'indieauth', 'twitter', 'discord', 'google', 'facebook')
|
||||||
AND (validUntil IS NULL OR validUntil > ${now})
|
AND (validUntil IS NULL OR validUntil > ${now})
|
||||||
AND userId='01EMPVS2T10S9X0440N47WF8N2' -- FIXME
|
|
||||||
`)
|
`)
|
||||||
let i = 0;
|
let i = 0;
|
||||||
for (let auth of auths) {
|
for (let auth of auths) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user