@threadbase-sh/streamer 1.68.0 → 1.69.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -5941,7 +5941,7 @@ function describePushCapability(liveActivityEnabled, env = process.env) {
5941
5941
  };
5942
5942
  }
5943
5943
  var E2EE_PROTOCOL_VERSION = 1;
5944
- var E2EE_SUPPORTED = false;
5944
+ var E2EE_SUPPORTED = true;
5945
5945
  function describeE2eeCapability(flagEnabled) {
5946
5946
  const enabled = E2EE_SUPPORTED && flagEnabled;
5947
5947
  const base = {