Compare commits
5 commits
14d8afa844
...
e3a36d4c24
Author | SHA1 | Date | |
---|---|---|---|
e3a36d4c24 | |||
7365b619fe | |||
08d302ec65 | |||
7b4fd52264 | |||
1e169856e9 |
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ impl Handler<NotifyUser> for ServerActor {
|
||||||
let timestamp = timestamp.unix_timestamp();
|
let timestamp = timestamp.unix_timestamp();
|
||||||
let to_sign = format!("{message_id}.{timestamp}.{payload}");
|
let to_sign = format!("{message_id}.{timestamp}.{payload}");
|
||||||
tracing::info!(?to_sign, "");
|
tracing::info!(?to_sign, "");
|
||||||
let Some(webhook) = self.webhook.as_ref() else {
|
let Some(webhook) = notification.webhook() else {
|
||||||
tracing::warn!("Invalid notification configuration - can't sent notification");
|
tracing::warn!("Invalid notification configuration - can't sent notification");
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue