mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 11:27:10 +08:00
Merge branch 'email-auth-gdpr' of github.com:coralproject/talk into email-auth-gdpr
* 'email-auth-gdpr' of github.com:coralproject/talk: (51 commits) JWT_Audience is listed twice in the docs under required keys moved settings loading into try/catch block Grammar fix Fix email subject variables Update email copy Styling Styling Updating InputField Updating InputField added emails around account deletion moving mutations to /hocs folder typo cleaned up config as js instead of json file added space added durations to configuration file Update copy to reflect ability to take action up until account is deleted translations copy fixes added email to final step ...
This commit is contained in:
@@ -8,4 +8,5 @@ export {
|
||||
getErrorMessages,
|
||||
getDefinitionName,
|
||||
getShallowChanges,
|
||||
createDefaultResponseFragments,
|
||||
} from 'coral-framework/utils';
|
||||
|
||||
@@ -6,6 +6,7 @@ const { CREATE_MONGO_INDEXES } = require('../../../config');
|
||||
const Comment = require('models/comment');
|
||||
|
||||
function getReactionConfig(reaction) {
|
||||
// Ensure that the reaction is a lowercase string.
|
||||
reaction = reaction.toLowerCase();
|
||||
|
||||
if (CREATE_MONGO_INDEXES) {
|
||||
|
||||
Reference in New Issue
Block a user