mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
7 lines
160 B
JavaScript
7 lines
160 B
JavaScript
// TODO move to /api-v2
|
|
var api = module.exports;
|
|
|
|
api.sendNotify = function(user, title, msg, timeToLive){
|
|
// Disabled, see libs/api-v3/pushNotifications
|
|
};
|