-
Notifications
You must be signed in to change notification settings - Fork 6
feat: v0.3.0 Disappearing Messages support #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: v0.3.0 Disappearing Messages support #9
Conversation
We can't add new arguments to the getUserInfo and setUserInfo functions because it would break migrations
Yeah, this. The C++ API function is |
|
Where |
|
@jagerman That makes sense! I didn't pick up on the |
…onversationModeType this matches session-desktop
since we have changed function signatures for disappearing messages we do a minor version bump. README explains the expected behaviour
|
This PR includes all code changes required for Disappearing Messages V2 to work on Session Desktop. Since it changes some existing function signatures we have done a minor version bump |
wrapResult converts the callable info for us
since we asset the object before
added legacy type for now, will remove later
merge function now returns good hashes
fix: bump to 0.4.13 & expose supplement bool for group member
We can't add new arguments to the getUserInfo and setUserInfo functions because it would break migrations
Edit: I've realised it's probably best to only merge this once I'm done integrating disappearing messages so will keep updating this branch.