fix(usernames): RYA positioning and contrib tier in PMs

This commit is contained in:
Sabe Jones
2018-11-03 12:50:59 -05:00
parent 7eaf3e04ab
commit 43194b71ce
2 changed files with 2 additions and 10 deletions

View File

@@ -11,8 +11,8 @@ const defaultSchema = () => ({
// sender properties
user: String, // profile name (unfortunately)
username: String,
contributor: {type: mongoose.Schema.Types.Mixed},
backer: {type: mongoose.Schema.Types.Mixed},
contributor: {$type: mongoose.Schema.Types.Mixed},
backer: {$type: mongoose.Schema.Types.Mixed},
uuid: String, // sender uuid
userStyles: {$type: mongoose.Schema.Types.Mixed},