-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[IMPROVE] Voice messages #3373
[IMPROVE] Voice messages #3373
Conversation
- Fixes wrong length display of voice messages (especially recorded on IOS) - Continue playback of voice messages when the app is put into background
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.
LGTM
@jacotec I can't checkout your code to resolve conflicts. Do you mind giving us permission? https://docs.github.com/en/github/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork Thanks! |
Hi @diegolmello |
@jacotec Can you update your branch then? |
@diegolmello Can you help a mid-50's guy who is working 15 years with SVN and who's getting his head into JavaScript and GitHub to fix this voice message stuff how I should do this? ;-) I've forked the project, updated my fork with my changes, created a PR to the upstream project, enabled "edit by maintainers" ... what can I do to to help you here? What means "update my branch"? BTW: I'm currently working on #3002 and I just need to iron out a last issue ... what's the deadline for the next version? Would be fine to have the voice message fixes all in one package :-) |
Easier to fix this: I close this PR, get your code and then I open a separate PR. If you send me your email, I can add you as co-author so you get credits on the commit. |
Hi @diegolmello Sure ... mj -at- jacotec -dot- de ;-) I'm a bit stuck @ #3002 with a last GUI issue ... if I can't solve this tomorrow, can I send it to you for your opinion? Just thinking of the full package for next week. |
@jacotec Yep. Thanks. |
@diegolmello How can I contact you in case I'm still stuck tomorrow? Can you send me your email by email? ;-) |
Closed in favor of #3385 |
Proposed changes
Change voice message container to m4a which gives correct length in Android, IOS, Chrome, Edge and Firefox
Enable background mode for voice playback, so listening to voice messages is possible when the app is put into background
Issue(s)
Fixes #2586 and #2578
How to test or reproduce
Screenshots
Types of changes
Checklist
Further comments