Reintroduced imgur API as a fallback method.

This commit is contained in:
2018-07-06 23:05:58 +02:00
parent a0e01c8837
commit 4e19c25b0d
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,
},
},
};