1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-22 13:53:00 +00:00

Try to migrate settings to a better model

This commit is contained in:
Loic Blot
2017-12-28 18:18:03 +01:00
parent 167643c8df
commit fd0f221d64
3 changed files with 36 additions and 26 deletions
+16
View File
@@ -0,0 +1,16 @@
/**
* Nextcloud - Phone Sync
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Loic Blot <loic.blot@unix-experience.fr>
* @copyright Loic Blot 2014-2017
*/
var SmsSettings = {
messageLimit: 100,
enableNotifications: true,
contactOrderBy: 'lastmsg',
reverseContactOrder: true
};