Merge branch 'organization-contact' into gdpr-email

This commit is contained in:
Wyatt Johnson
2018-04-19 17:03:56 -06:00
25 changed files with 392 additions and 15 deletions
+3
View File
@@ -49,6 +49,9 @@ const Setting = new Schema(
organizationName: {
type: String,
},
organizationContactEmail: {
type: String,
},
autoCloseStream: {
type: Boolean,
default: false,