Sort templates by usage in the PCS

This commit is contained in:
yflory
2018-04-13 18:52:55 +02:00
parent 52d6c9d468
commit ec0fc85b9f
5 changed files with 30 additions and 7 deletions

View File

@@ -126,6 +126,9 @@ define([
case 'GET_STRONGER_HASH': {
Store.getStrongerHash(data, cb); break;
}
case 'INCREMENT_TEMPLATE_USE': {
Store.incrementTemplateUse(data); break;
}
// Messaging
case 'INVITE_FROM_USERLIST': {
Store.inviteFromUserlist(data, cb); break;