go-fed / apcore

Golang ActivityPub Server Framework
GNU Affero General Public License v3.0
104 stars 10 forks source link

Have model layer return error when querying and nothing is returned #47

Open cjslep opened 3 years ago

cjslep commented 3 years ago

When the database returns nothing, we need to return an error in such a case.

We then need to propagate that up to the handlers to properly render the "not found" page.