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