Support for notification channel per folder

This commit is contained in:
M66B
2019-05-16 10:04:20 +02:00
parent aba421c470
commit 84a27c7d7a
6 changed files with 91 additions and 7 deletions

View File

@@ -179,6 +179,10 @@ public class EntityFolder extends EntityOrder implements Serializable {
public EntityFolder() {
}
static String getNotificationChannelId(long id) {
return "notification.folder." + id;
}
JSONArray getSyncArgs() {
int days = sync_days;
if (last_sync != null) {