aboutsummaryrefslogtreecommitdiff
path: root/portal/ws
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-29 08:27:36 +0200
committerClombrong <cromblong@egregore.fun>2025-06-29 08:27:36 +0200
commit13ab7a0170fb18738d8f0a491c95416c8f2c0c4d (patch)
tree48471eff88bdc6819c22260619cc02ce3063dd56 /portal/ws
parent7366648aeb205a6a47217bbf190ec45f8ce0c79f (diff)
feat(portal): add _encrypted function
Diffstat (limited to 'portal/ws')
-rw-r--r--portal/ws/portal.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/portal/ws/portal.ml b/portal/ws/portal.ml
index 0d15e5a..5ad82c3 100644
--- a/portal/ws/portal.ml
+++ b/portal/ws/portal.ml
@@ -164,3 +164,5 @@ let connect domain =
{stream; push; _socket=ws}
let starttls _ = Lwt.fail_with "STARTTLS is unimplemented in WebSockets."
+
+let _encrypted _ = true