Handle deleted channels in sender

This commit is contained in:
jude
2023-09-17 14:09:50 +01:00
parent 82dab53744
commit 5ee9094bac
8 changed files with 192 additions and 122 deletions

View File

@@ -75,7 +75,8 @@ impl ChannelData {
UPDATE channels
SET name = ?, nudge = ?, blacklisted = ?, webhook_id = ?, webhook_token = ?,
paused = ?, paused_until = ?
WHERE id = ?",
WHERE id = ?
",
self.name,
self.nudge,
self.blacklisted,