mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #326] [MERGED] Matrix gateway #1270
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1270
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/binwiederhier/ntfy/pull/326
Author: @binwiederhier
Created: 6/14/2022
Status: ✅ Merged
Merged: 6/16/2022
Merged by: @binwiederhier
Base:
main← Head:matrix📝 Commits (10+)
e9f3edbWIP: Matrix2791077Derpyderpf1d134dMerge branch 'main' into matrix91375b2Minor refactor, added GETebbc283Move error handling to main error handling; move matrix logic to its own file0ff8e96Docs18bd3c0Docs and Matrix tests6122cf2More tests8a56b82500-testdf2362eUpdate deps📊 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.