chore: I have no fucking idea
Build and Publish Package (amd64) / docker (push) Successful in 4m54s

This is vibecoded shit but i can't be bothered to do it myself.
Nobody else besides me is gonna be using this, and this wont ever be
extended or anything, so I just don't care.
This commit is contained in:
2026-07-25 23:07:16 +02:00
parent dee1d94ae4
commit 6756b9f179
7 changed files with 534 additions and 313 deletions
+5
View File
@@ -104,3 +104,8 @@ func (d *Database) SetBridge(ntfyTopic, matrixRoomID string) error {
)
return err
}
func (d *Database) DeleteBridge(ntfyTopic string) error {
_, err := d.db.Exec("DELETE FROM bridges WHERE ntfy_topic = ?", ntfyTopic)
return err
}