Skip to content

Commit

Permalink
[WPB-11925] fix add-bot (#4318)
Browse files Browse the repository at this point in the history
* Haddocks.

* Re-add accidentally removed add-bot@v6 route in nginz.

Fixes #4302 (99acd4c)
  • Loading branch information
fisx authored Oct 30, 2024
1 parent 7c2d1ba commit ff6e544
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/3-bug-fixes/WPB-11925-fix-add-bot
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Re-add accidentally removed add-bot@v6 route in nginz, fixes #4302
3 changes: 3 additions & 0 deletions charts/nginz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ nginx_conf:
- path: /bot/users
envs:
- all
- path: /conversations/([^/]*)/bots
envs:
- all
- path: /invitations/info
envs:
- all
Expand Down
2 changes: 2 additions & 0 deletions libs/wire-api/src/Wire/API/VersionInfo.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ versionHeader = CI.mk . B8.pack $ symbolVal (Proxy @VersionHeader)
--------------------------------------------------------------------------------
-- Servant combinators

-- | Exclusive range ('Until V5' means '[.. V4]')
data Until v

-- | Inclusive range ('From V5' means '[V5 ..]')
data From v

instance
Expand Down

0 comments on commit ff6e544

Please sign in to comment.