Comments config

This commit is contained in:
vjrj 2018-02-15 22:35:23 +01:00
parent 2477c985d6
commit 44428be8aa
2 changed files with 5 additions and 1 deletions

View file

@ -8,6 +8,10 @@ Comments.config({
publishUserFields: {
profile: 1
},
mediaAnalyzers: [
Comments.analyzers.image,
Comments.analyzers.youtube
],
generateUsername: function genUser(user) {
// console.log(JSON.stringify(user));
// FIXME