wire-server
wire-server copied to clipboard
fix add bots to conversations
https://wearezeta.atlassian.net/browse/WPB-15723
Seperate the handling of
- /bot/conversation and
- /bot/conversations/.+ .
For /bot/conversations/.+
- redirect to and authenticate with user token for brig.
For /bot/conversation
- leave redirected to and authenticate with bot token for galley.
Checklist
- [ ] ~Add a new entry in an appropriate subdirectory of
changelog.d~ - [x] Read and follow the PR guidelines