refactor(federation): ♻️ Make user inbox use the delayed processing

This commit is contained in:
Jesse Wierzbinski 2024-11-25 21:17:52 +01:00
parent a6574249df
commit 0b3e74107e
No known key found for this signature in database
2 changed files with 7 additions and 35 deletions

View file

@ -66,7 +66,7 @@ export default apiRoute((app) =>
});
return context.newResponse(
"Request processing initiated.\nImplement the Instance Messaging Extension to receive any eventual errors",
"Request processing initiated.\nImplement the Instance Messaging Extension to receive any eventual feedback (errors, etc.)",
200,
);
}),