mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-14 10:12:21 -06:00
fix: Enable logging in production
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
enum NotificationChannel {
|
||||
task("task_channel", "Paperless tasks"),
|
||||
documentDownload("document_download_channel", "Document downloads");
|
||||
documentDownload("document_download_channel", "Document downloads"),
|
||||
fileDownload("file_download_channel", "File downloads");
|
||||
|
||||
final String id;
|
||||
final String name;
|
||||
|
||||
Reference in New Issue
Block a user