You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/wire-api/src/Wire/API/Routes/Public/Galley/Conversation.hs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -723,10 +723,10 @@ type ConversationAPI =
723
723
-- - MemberJoin event to members
724
724
:<|>Named
725
725
"join-conversation-by-code-unqualified"
726
-
( Summary
727
-
"Join a conversation using a reusable code.\
728
-
\If the guest links team feature is disabled, this will fail with 409 GuestLinksDisabled.\
729
-
\Note that this is currently inconsistent (for backwards compatibility reasons) with `POST /conversations/code-check` which responds with 404 CodeNotFound if guest links are disabled."
726
+
( Summary"Join a conversation using a reusable code"
727
+
:>Description
728
+
"If the guest links team feature is disabled, this will fail with 409 GuestLinksDisabled.\
729
+
\Note that this is currently inconsistent (for backwards compatibility reasons) with `POST /conversations/code-check` which responds with 404 CodeNotFound if guest links are disabled."
\If the guest links team feature is disabled, this will fail with 404 CodeNotFound.\
751
-
\Note that this is currently inconsistent (for backwards compatibility reasons) with `POST /conversations/join` which responds with 409 GuestLinksDisabled if guest links are disabled."
748
+
( Summary"Check validity of a conversation code."
749
+
:>Description
750
+
"If the guest links team feature is disabled, this will fail with 404 CodeNotFound.\
751
+
\Note that this is currently inconsistent (for backwards compatibility reasons) with `POST /conversations/join` which responds with 409 GuestLinksDisabled if guest links are disabled."
0 commit comments