aboutsummaryrefslogtreecommitdiff
path: root/portal/ws
diff options
context:
space:
mode:
Diffstat (limited to 'portal/ws')
-rw-r--r--portal/ws/portal.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/portal/ws/portal.ml b/portal/ws/portal.ml
index 636cb89..8d490cc 100644
--- a/portal/ws/portal.ml
+++ b/portal/ws/portal.ml
@@ -31,7 +31,7 @@ let well_known_of (domain : string) = "https://" ^ domain ^ "/.well-known/host-m
(** [open_stanza domain] is an <open /> stanza for [domain].
If [from] is specified, the <open /> stanza has the from parameter. *)
-let header ?from domain {stream; push; _} =
+let header ?from {domain; stream; push; _} =
let stanza =
let attributes =
let open Option in