mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor(federation): ♻️ Make user inbox use the delayed processing
This commit is contained in:
parent
a6574249df
commit
0b3e74107e
2 changed files with 7 additions and 35 deletions
|
|
@ -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,
|
||||
);
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue