Closed tagatac closed 2 years ago
Base: 99.20% // Head: 99.20% // Increases project coverage by +0.00%
:tada:
Coverage data is based on head (
ec19758
) compared to base (f312bd2
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
What is changing: Chat files names are created by joining all of the email addresses and/or phone numbers used to message the given contact. These file names are now limited to 255 characters, including the file type suffixes.
Why this change is being made: Most filesystems do not support filenames longer than 255 characters: https://en.wikipedia.org/wiki/Comparison_of_file_systems#Limits
Related issue(s): Fixes #32
Follow-up changes needed: Possibly address file path length limits.
Is the change completely covered by unit tests? If not, why not?: Yes.