mirror of
https://github.com/mimamch/wa-gateway.git
synced 2026-04-25 00:45:49 +03:00
[PR #60] [MERGED] feat(media): implement media handling for webhook messages and serve … #88
Labels
No labels
bug
documentation
invalid
pull-request
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wa-gateway-mimamch#88
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-gateway/pull/60
Author: @mimamch
Created: 4/17/2025
Status: ✅ Merged
Merged: 4/17/2025
Merged by: @mimamch
Base:
master← Head:feat/webhook📝 Commits (1)
2f88299feat(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.