Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add push notification daemon for proper handling of push notifications #387

Merged
merged 51 commits into from
Nov 28, 2024

Conversation

IAmTomahawkx
Copy link
Member

This PR adds pushd, the new push notification daemon. It also adds rabbitmq as a required component for running the backend, which will be considered a breaking change for selfhosting (as it modifies existing config keys).

Please make sure to check the following tasks before opening and submitting a PR

  • I understand and have followed the contribution guide
  • I have tested my changes locally and they are working as intended

README.md Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
compose.yml Show resolved Hide resolved
crates/core/models/src/v0/channels.rs Outdated Show resolved Hide resolved
crates/daemons/pushd/src/consumers/base.rs Outdated Show resolved Hide resolved
crates/daemons/pushd/src/consumers/inbound/ack.rs Outdated Show resolved Hide resolved
crates/daemons/pushd/src/consumers/inbound/internal.rs Outdated Show resolved Hide resolved
crates/daemons/pushd/src/consumers/outbound/vapid.rs Outdated Show resolved Hide resolved
@IAmTomahawkx IAmTomahawkx merged commit b55765d into main Nov 28, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Merged
Development

Successfully merging this pull request may close these issues.

2 participants