This commit is contained in:
Bryan Ashby 2023-01-24 21:53:39 -07:00
parent 1aa56fbaa7
commit 82091c11c1
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ exports.getModule = class ActivityPubWebHandler extends WebHandlerModule {
},
err => {
if (err) {
// :TODO: If sqlite constraint, just return OK -- it's a dupe
return this.webServer.internalServerError(resp, err);
}