Skip to content
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

Fix #416 - Double Encoding causing Chat Archives with spaces in their names Inaccessible #439

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MrVauxs
Copy link

@MrVauxs MrVauxs commented Jan 8, 2023

Thanks to @fotoply who delved deeper and noticed the issue being the double encoding going on turning %20 into %2520.

Thanks to @fotoply who delved deeper and noticed the issue being the double encoding going on.
@MrVauxs
Copy link
Author

MrVauxs commented Jan 8, 2023

Note: This will only make it possible to have newly created archives have spaces. This will not fix already broken archives which are double encoded. Those require a manual override or introducing a double de-encoding.

@MrVauxs MrVauxs changed the title Fix #416 Fix #416 Chat Archives May 7, 2023
@MrVauxs MrVauxs changed the title Fix #416 Chat Archives Fix #416 - Double Encoding causing Chat Archives with spaces in their names Inaccessible Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant