You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Group messages are being encoded with the privacy flag but not actually applying privacy obfuscation. This will break the feature without a path for forward compatibility.
Reproduction steps
Per code inspection:
PrivacyDecrypt and PrivacyEncrypt are not integrated into message decode/encode path yet
IsValidGroupMsg calls HasPrivacyFlag.
SessionManager::PrepareMessage sets kPrivacyFlag for kGroupOutgoing.
Description
Group messages are being encoded with the privacy flag but not actually applying privacy obfuscation. This will break the feature without a path for forward compatibility.
Reproduction steps
Per code inspection:
PrivacyDecrypt
andPrivacyEncrypt
are not integrated into message decode/encode path yetIsValidGroupMsg
callsHasPrivacyFlag
.SessionManager::PrepareMessage
setskPrivacyFlag
forkGroupOutgoing
.Bug prevalence
always
GitHub hash of the SDK that was being used
58fd10a
Platform
core
Platform Version(s)
No response
Type
Core SDK Interopability Issue
Anything else?
No response
The text was updated successfully, but these errors were encountered: