-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Remove prepareMsg (and OUT_PREPARING message state) #3468
Conversation
To test the changes in this pull request, install this apk: |
364306a
to
0d75504
Compare
0d75504
to
2bd1502
Compare
To test the changes in this pull request, install this apk: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, did not test.
From the code it seems there is no way to cancel recoding in progress, right?
isIncreation() can be removed from dc_wrapper.c and from DcMsg.java as well - it was not used recently anyways, but now soon definetely pointness and removed from core |
Corresponding core PR removing now unused API: deltachat/deltachat-core-rust#6319 |
Yes, right. As long as we don't get feature requests for it, I think it's fine not to have it. |
This PR removes prepareMsg, which put messages into the OUT_PREPARING state and was used while videos were recoded: