aboutsummaryrefslogtreecommitdiff
path: root/portal
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-25 20:43:39 +0200
committerClombrong <cromblong@egregore.fun>2025-06-25 20:43:39 +0200
commita7e245b50234319b060f1bd63e18bc9a2b2281c8 (patch)
tree3c29993d577dc885c34befe12fc04faf8f867deb /portal
parentd9d4e6c329cb3ad7c88a63b681556335adb7d7ce (diff)
chore(portal_websockets): remove useless open
Diffstat (limited to 'portal')
-rw-r--r--portal/ws/portal.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/portal/ws/portal.ml b/portal/ws/portal.ml
index 916fd2f..620d70e 100644
--- a/portal/ws/portal.ml
+++ b/portal/ws/portal.ml
@@ -17,7 +17,6 @@ let well_known_of (domain : string) = "https://" ^ domain ^ "/.well-known/host-m
If [from] is specified, the <open /> stanza has the from parameter. *)
let stanza_open ?from domain : (signal, sync) stream =
- let open Markup in
let stanza =
let attributes =
let open Option in