mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Allow hashes in app data paths
This commit is contained in:
@@ -42,9 +42,8 @@ export function _urlToPath(
|
||||
: decoded.slice(options?.isWindows ? 8 : 7);
|
||||
|
||||
const withoutQuerystring = _eliminateAllAfterCharacter(withoutScheme, '?');
|
||||
const withoutHash = _eliminateAllAfterCharacter(withoutQuerystring, '#');
|
||||
|
||||
return withoutHash;
|
||||
return withoutQuerystring;
|
||||
}
|
||||
|
||||
function _createFileHandler({
|
||||
|
||||
Reference in New Issue
Block a user