mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
fix(usernames): RYA positioning and contrib tier in PMs
This commit is contained in:
@@ -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},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user