[PR #326] [MERGED] Matrix gateway #1270

Closed
opened 2026-05-07 01:01:18 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/326
Author: @binwiederhier
Created: 6/14/2022
Status: Merged
Merged: 6/16/2022
Merged by: @binwiederhier

Base: mainHead: matrix


📝 Commits (10+)

📊 Changes

19 files changed (+818 additions, -484 deletions)

View changed files

📝 cmd/serve.go (+2 -2)
📝 docs/examples.md (+50 -26)
📝 docs/faq.md (+7 -0)
📝 docs/publish.md (+16 -0)
📝 docs/releases.md (+5 -4)
📝 docs/static/css/extra.css (+2 -1)
📝 docs/subscribe/api.md (+1 -1)
📝 go.mod (+5 -4)
📝 go.sum (+11 -13)
📝 server/errors.go (+4 -0)
server/example.html (+0 -56)
📝 server/server.go (+52 -20)
📝 server/server.yml (+6 -2)
server/server_matrix.go (+175 -0)
server/server_matrix_test.go (+84 -0)
📝 server/server_test.go (+63 -10)
📝 server/smtp_server_test.go (+0 -9)
📝 util/peek.go (+2 -1)
📝 web/package-lock.json (+333 -335)

📄 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/binwiederhier/ntfy/pull/326 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 6/14/2022 **Status:** ✅ Merged **Merged:** 6/16/2022 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `matrix` --- ### 📝 Commits (10+) - [`e9f3edb`](https://github.com/binwiederhier/ntfy/commit/e9f3edb76bd0ffbf9bd1d9a99e5415e035c8652f) WIP: Matrix - [`2791077`](https://github.com/binwiederhier/ntfy/commit/27910772f09362c7c13f5579349fb116138d6675) Derpyderp - [`f1d134d`](https://github.com/binwiederhier/ntfy/commit/f1d134dfc281274884a1254bf9471f1be2e67f1d) Merge branch 'main' into matrix - [`91375b2`](https://github.com/binwiederhier/ntfy/commit/91375b2e8e5b3d7e3bdd0aebba8ecb9a08ed59a7) Minor refactor, added GET - [`ebbc283`](https://github.com/binwiederhier/ntfy/commit/ebbc2838ba5472ee10fe0c4bba09494bc08c814d) Move error handling to main error handling; move matrix logic to its own file - [`0ff8e96`](https://github.com/binwiederhier/ntfy/commit/0ff8e968ca2aa7f2109f25249e29b07b15fee944) Docs - [`18bd3c0`](https://github.com/binwiederhier/ntfy/commit/18bd3c0e55c6bb1fddb128af8ecf25df37d14808) Docs and Matrix tests - [`6122cf2`](https://github.com/binwiederhier/ntfy/commit/6122cf20aa802fa354322da003a4baf2d11a232f) More tests - [`8a56b82`](https://github.com/binwiederhier/ntfy/commit/8a56b82813539b8ebbaa9a6aaa258219d0f6b8f2) 500-test - [`df2362e`](https://github.com/binwiederhier/ntfy/commit/df2362e1a791eb193b0611d3dffc4f44c3d8ed5d) Update deps ### 📊 Changes **19 files changed** (+818 additions, -484 deletions) <details> <summary>View changed files</summary> 📝 `cmd/serve.go` (+2 -2) 📝 `docs/examples.md` (+50 -26) 📝 `docs/faq.md` (+7 -0) 📝 `docs/publish.md` (+16 -0) 📝 `docs/releases.md` (+5 -4) 📝 `docs/static/css/extra.css` (+2 -1) 📝 `docs/subscribe/api.md` (+1 -1) 📝 `go.mod` (+5 -4) 📝 `go.sum` (+11 -13) 📝 `server/errors.go` (+4 -0) ➖ `server/example.html` (+0 -56) 📝 `server/server.go` (+52 -20) 📝 `server/server.yml` (+6 -2) ➕ `server/server_matrix.go` (+175 -0) ➕ `server/server_matrix_test.go` (+84 -0) 📝 `server/server_test.go` (+63 -10) 📝 `server/smtp_server_test.go` (+0 -9) 📝 `util/peek.go` (+2 -1) 📝 `web/package-lock.json` (+333 -335) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:18 +02: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/ntfy#1270
No description provided.