mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
[#1673] challenges: better tag-syncing, show tag bull-horn
This commit is contained in:
@@ -183,9 +183,9 @@ var UserSchema = new Schema({
|
||||
},
|
||||
tags: [
|
||||
{
|
||||
// FIXME use refs?
|
||||
id: String,
|
||||
name: String
|
||||
name: String,
|
||||
challenge: String
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user