mirror of
https://github.com/mimamch/wa-multi-session.git
synced 2026-04-25 08:45:59 +03:00
[PR #64] [MERGED] Feat/store #67
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/64
Author: @mimamch
Created: 12/14/2025
Status: ✅ Merged
Merged: 12/14/2025
Merged by: @mimamch
Base:
master← Head:feat/store📝 Commits (10+)
58693b8fix(store): refactor session management to use SQLiteStore and improve session handlinge98c2b7fix: update session handling to use sock for message and presence updates7aecb5efeat(whatsapp): create new flow of whatsapp initialization07962934.1.3-beta.09e3b501fix: update repository URL format in package.json998fdcdfeat(whatsapp): add isExist method to check if user or group exists37b928d4.1.3-beta.1650ce8ffeat(message): add support for @lid targetbd8cc62chore: upgrading version into 4.1.3e6dc556feat(readme): update examples and initialization for improved clarity and functionality📊 Changes
24 files changed (+995 additions, -2202 deletions)
View changed files
📝
package-lock.json(+2 -2)📝
package.json(+2 -2)➖
pnpm-lock.yaml(+0 -2067)📝
readme.md(+82 -85)➕
src/Adapter/Adapter.ts(+29 -0)➕
src/Adapter/SqliteAdapter.ts(+105 -0)➕
src/Adapter/index.ts(+2 -0)📝
src/Defaults/index.ts(+8 -2)📝
src/Messaging/index.ts(+9 -9)📝
src/Profile/index.ts(+2 -2)📝
src/Socket/index.ts(+28 -29)📝
src/Store/Sqlite.ts(+86 -0)➕
src/Store/Store.ts(+7 -0)➕
src/Store/index.ts(+2 -0)➕
src/Types/Store.ts(+13 -0)➕
src/Types/Whatsapp.ts(+19 -0)📝
src/Types/index.ts(+7 -0)📝
src/Utils/index.ts(+1 -0)📝
src/Utils/is-exist.ts(+4 -2)➕
src/Utils/json-parser.ts(+17 -0)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.