Skip to content

Conversation

@peterjeschke
Copy link

When a client queries the notification GET endpoint with an unknown type, it would get a 500 response due to a database error:

cause: PostgresError: invalid input value for enum notification_type: "reaction"

(Example with Moshidon)

Now, "unknown" notification types are filtered before handing them to the next layer.

When a client queries the notification GET endpoint with an unknown
type, it would get a 500 response due to a database error:

> cause: PostgresError: invalid input value for enum notification_type: "reaction"

(Example with Moshidon)

Now, "unknown" notification types are filtered before handing them to
the next layer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant