Reintroduced imgur API as a fallback method.

This commit is contained in:
2024-09-11 05:16:57 +02:00
parent 0377053d5a
commit fab6d0aa1c
3 changed files with 84 additions and 4 deletions

View File

@@ -67,4 +67,9 @@ module.exports = {
scope: 'history identity mysubreddits read subscribe',
},
},
methods: {
imgur: {
clientId: null,
},
},
};