[PR #84] [MERGED] Development #95

Closed
opened 2026-02-27 10:24:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mimamch/wa-gateway/pull/84
Author: @mimamch
Created: 12/4/2025
Status: Merged
Merged: 12/4/2025
Merged by: @mimamch

Base: masterHead: development


📝 Commits (8)

  • 8bf09e1 feat(whatsapp): implement new whatsapp adapter store
  • f7c68a3 feat: update Docker CI workflow to support development branch
  • d2adde3 fix: correct syntax error in Docker image CI workflow
  • 79bab0f fix: update Docker image CI workflow to correctly enable branch tagging
  • fec7f76 fix: update Docker image CI workflow to correctly enable branch condition for non-master branches
  • b10c4ee fix: update Docker image CI workflow to disable branch tagging for non-default branches
  • 3e9a629 fix: add missing debugLevel property in Whatsapp initialization
  • 4553eba chore: update wa-multi-session dependency to stable version 4.1.3

📊 Changes

12 files changed (+105 additions, -3138 deletions)

View changed files

📝 .github/workflows/docker-image.yml (+39 -40)
📝 package-lock.json (+7 -3036)
📝 package.json (+2 -2)
📝 src/controllers/message.ts (+13 -13)
📝 src/controllers/profile.ts (+3 -3)
📝 src/controllers/session.ts (+4 -4)
📝 src/index.ts (+0 -37)
📝 src/webhooks/index.ts (+1 -1)
📝 src/webhooks/media.ts (+1 -1)
📝 src/webhooks/message.ts (+1 -1)
📝 src/webhooks/session.ts (+1 -0)
src/whatsapp.ts (+33 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mimamch/wa-gateway/pull/84 **Author:** [@mimamch](https://github.com/mimamch) **Created:** 12/4/2025 **Status:** ✅ Merged **Merged:** 12/4/2025 **Merged by:** [@mimamch](https://github.com/mimamch) **Base:** `master` ← **Head:** `development` --- ### 📝 Commits (8) - [`8bf09e1`](https://github.com/mimamch/wa-gateway/commit/8bf09e17638a8a22a88996f8769aa5a8f4b58129) feat(whatsapp): implement new whatsapp adapter store - [`f7c68a3`](https://github.com/mimamch/wa-gateway/commit/f7c68a391c2af182f9c1406deea39c0b9e16ac4c) feat: update Docker CI workflow to support development branch - [`d2adde3`](https://github.com/mimamch/wa-gateway/commit/d2adde3760668be4cf113db592f12238463de7e8) fix: correct syntax error in Docker image CI workflow - [`79bab0f`](https://github.com/mimamch/wa-gateway/commit/79bab0fd1c0709142e6085f50ca02be1318583b8) fix: update Docker image CI workflow to correctly enable branch tagging - [`fec7f76`](https://github.com/mimamch/wa-gateway/commit/fec7f76f4f53a074f51d1fcd418c480bc7bdbb67) fix: update Docker image CI workflow to correctly enable branch condition for non-master branches - [`b10c4ee`](https://github.com/mimamch/wa-gateway/commit/b10c4eee4b3427ba732ce25369c18c854cbf19ec) fix: update Docker image CI workflow to disable branch tagging for non-default branches - [`3e9a629`](https://github.com/mimamch/wa-gateway/commit/3e9a62963b2c88aa7630b55480ff757f001208c7) fix: add missing debugLevel property in Whatsapp initialization - [`4553eba`](https://github.com/mimamch/wa-gateway/commit/4553ebacbdf7150a0d4d99960ec660e80da422f0) chore: update wa-multi-session dependency to stable version 4.1.3 ### 📊 Changes **12 files changed** (+105 additions, -3138 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-image.yml` (+39 -40) 📝 `package-lock.json` (+7 -3036) 📝 `package.json` (+2 -2) 📝 `src/controllers/message.ts` (+13 -13) 📝 `src/controllers/profile.ts` (+3 -3) 📝 `src/controllers/session.ts` (+4 -4) 📝 `src/index.ts` (+0 -37) 📝 `src/webhooks/index.ts` (+1 -1) 📝 `src/webhooks/media.ts` (+1 -1) 📝 `src/webhooks/message.ts` (+1 -1) 📝 `src/webhooks/session.ts` (+1 -0) ➕ `src/whatsapp.ts` (+33 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:24:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wa-gateway-mimamch#95
No description provided.