1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-05-29 01:45:35 +02:00

Return 507 for UP publishers without subscribers

This commit is contained in:
binwiederhier 2023-02-24 22:07:18 -05:00
parent d5052d79e6
commit 70cd267ff5
3 changed files with 7 additions and 7 deletions

View file

@ -72,6 +72,9 @@ type matrixResponse struct {
}
// errMatrix represents an error when handing Matrix gateway messages
//
// If the pushKey is set, the app server will remove it and will never send messages using the same
// push key again, until the user repairs it.
type errMatrix struct {
pushKey string
err error