How to set 2 actor dispatchers #138
Unanswered
mstghafouri
asked this question in
Q&A
Replies: 1 comment
-
We are sorry. Unfortunately, Fedify currently does not support multiple actor dispatchers. 😢 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to set up 2 actor dispatchers with different paths, one for users and one for podcasts
federation.setActorDispatcher("/users/{handle}", async (ctx, handle) => {...})
federation.setActorDispatcher("/podcasts/{handle}", async (ctx, handle) => {...})
What are best practices ?
Any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions