[PR #60] [MERGED] feat(media): implement media handling for webhook messages and serve … #88

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

📋 Pull Request Information

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

Base: masterHead: feat/webhook


📝 Commits (1)

  • 2f88299 feat(media): implement media handling for webhook messages and serve static files

📊 Changes

8 files changed (+316 additions, -15 deletions)

View changed files

📝 .gitignore (+3 -1)
📝 README.md (+57 -0)
media/.gitkeep (+0 -0)
📝 package.json (+2 -2)
📝 pnpm-lock.yaml (+166 -12)
📝 src/index.ts (+11 -0)
src/webhooks/media.ts (+49 -0)
📝 src/webhooks/message.ts (+28 -0)

📄 Description

…static files


🔄 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/60 **Author:** [@mimamch](https://github.com/mimamch) **Created:** 4/17/2025 **Status:** ✅ Merged **Merged:** 4/17/2025 **Merged by:** [@mimamch](https://github.com/mimamch) **Base:** `master` ← **Head:** `feat/webhook` --- ### 📝 Commits (1) - [`2f88299`](https://github.com/mimamch/wa-gateway/commit/2f88299ad8b1ca652b14ba1e5b34486b800c7ffb) feat(media): implement media handling for webhook messages and serve static files ### 📊 Changes **8 files changed** (+316 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -1) 📝 `README.md` (+57 -0) ➕ `media/.gitkeep` (+0 -0) 📝 `package.json` (+2 -2) 📝 `pnpm-lock.yaml` (+166 -12) 📝 `src/index.ts` (+11 -0) ➕ `src/webhooks/media.ts` (+49 -0) 📝 `src/webhooks/message.ts` (+28 -0) </details> ### 📄 Description …static files --- <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:09 +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#88
No description provided.