mirror of
https://github.com/mimamch/wa-multi-session.git
synced 2026-04-25 00:36:08 +03:00
[PR #53] [CLOSED] fix: improve session ID extraction from credentials directory #62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mimamch/wa-multi-session/pull/53
Author: @Spermadonor
Created: 5/29/2025
Status: ❌ Closed
Base:
master← Head:fix/session-id-extraction📝 Commits (1)
98c8cc4fix: improve session ID extraction from credentials directory📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/Socket/index.ts(+1 -1)📄 Description
The change correctly handles session IDs that contain underscore characters by using lastIndexOf('_') to find the '_credentials' suffix. This ensures that session IDs like 'my_test' are properly loaded from 'my_test_credentials' directory.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.