mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
feat(sharing): Streak Achievement
This commit is contained in:
@@ -31,7 +31,7 @@ _.each(pages, function(name){
|
||||
|
||||
// -------- Social Media Sharing --------
|
||||
|
||||
var shareables = ['level-up','hatch-pet','raise-pet','unlock-quest','won-challenge'];
|
||||
var shareables = ['level-up','hatch-pet','raise-pet','unlock-quest','won-challenge','achievement'];
|
||||
|
||||
_.each(shareables, function(name){
|
||||
router.get('/social/' + name, i18n.getUserLanguage, locals, function(req, res) {
|
||||
|
||||
Reference in New Issue
Block a user