mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 13:47:33 +01:00
chore(analytics): various updates to analytics tracking
This commit is contained in:
@@ -165,7 +165,7 @@ api.inviteToQuest = {
|
||||
questName: questKey,
|
||||
uuid: user._id,
|
||||
headers: req.headers,
|
||||
}, true);
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
@@ -226,7 +226,7 @@ api.acceptQuest = {
|
||||
questName: group.quest.key,
|
||||
uuid: user._id,
|
||||
headers: req.headers,
|
||||
}, true);
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
@@ -287,7 +287,7 @@ api.rejectQuest = {
|
||||
questName: group.quest.key,
|
||||
uuid: user._id,
|
||||
headers: req.headers,
|
||||
}, true);
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
@@ -347,7 +347,7 @@ api.forceStart = {
|
||||
questName: group.quest.key,
|
||||
uuid: user._id,
|
||||
headers: req.headers,
|
||||
}, true);
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user