mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
* Piggybacking the updating of user tag list. When a new task is being added to a challenge, added code to update user tag list along with the existing code that already involves syncing / updating the user documents of challenge members. * Update comment on number of simulatenaeous users to be updated concurrently in TaskQueue. * Added comment to explain previous commitcaaca469f8(Update comment on number of simulateneous users to be updated concurrently in TaskQueue) * Added unit tests for testing commitcaaca469f8(Update comment on number of simulateneous users to be updated concurrently in TaskQueue) * Removed unused lines from newly added test cases * Implemented lint suggestions * Update code with changes requested in PR