@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.js CHANGED
@@ -5893,7 +5893,7 @@ function describePushCapability(liveActivityEnabled, env = process.env) {
5893
5893
  };
5894
5894
  }
5895
5895
  var E2EE_PROTOCOL_VERSION = 1;
5896
- var E2EE_SUPPORTED = false;
5896
+ var E2EE_SUPPORTED = true;
5897
5897
  function describeE2eeCapability(flagEnabled) {
5898
5898
  const enabled = E2EE_SUPPORTED && flagEnabled;
5899
5899
  const base = {