mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 11:22:34 +02:00
plan to implement renewal notification
This commit is contained in:
parent
1982e2f8b8
commit
acea7ef906
1 changed files with 2 additions and 0 deletions
|
@ -271,6 +271,8 @@ class Monitor extends BeanModel {
|
||||||
if (tls_info != null) {
|
if (tls_info != null) {
|
||||||
io.to(userID).emit("certInfo", monitorID, tls_info.info_json);
|
io.to(userID).emit("certInfo", monitorID, tls_info.info_json);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Send Notification if expire soon
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue