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:
parent
d5052d79e6
commit
70cd267ff5
3 changed files with 7 additions and 7 deletions
server
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue