mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Made quest invite modal pop-up on user sync (rewards display currently nonfunctional)
This commit is contained in:
@@ -141,7 +141,8 @@ var cleanQuestProgress = function(merge){
|
||||
down: 0,
|
||||
collect: {}
|
||||
},
|
||||
completed: null
|
||||
completed: null,
|
||||
invited: false
|
||||
};
|
||||
merge = merge || {progress:{}};
|
||||
_.merge(clean, _.omit(merge,'progress'));
|
||||
|
||||
Reference in New Issue
Block a user