mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
[backup] restore pushToken
This commit is contained in:
parent
a15e9077fc
commit
23a2d33f8c
@ -1041,6 +1041,10 @@ exports.entryPage = "dashboard";
|
||||
notificationIDList: {},
|
||||
};
|
||||
|
||||
if (monitorListData[i].pushToken) {
|
||||
monitor.pushToken = monitorListData[i].pushToken;
|
||||
}
|
||||
|
||||
let bean = R.dispense("monitor");
|
||||
|
||||
let notificationIDList = monitor.notificationIDList;
|
||||
|
Loading…
Reference in New Issue
Block a user