git » sdk » commit 3956685

Expose Chat in JS

author Stephen Paul Weber
2026-01-14 21:26:59 UTC
committer Stephen Paul Weber
2026-01-14 21:26:59 UTC
parent bd3a6b68a0f8ed62190a38b74f02282b5124c3f3

Expose Chat in JS

How was this working up until now? heh

borogove/Chat.hx +1 -0

diff --git a/borogove/Chat.hx b/borogove/Chat.hx
index bc7d227..4eba27b 100644
--- a/borogove/Chat.hx
+++ b/borogove/Chat.hx
@@ -53,6 +53,7 @@ enum abstract EncryptionMode(Int) {
 	var EncryptedOMEMO; // Use OMEMO
 }
 
+@:expose
 #if cpp
 @:build(HaxeCBridge.expose())
 @:build(HaxeSwiftBridge.expose())