feat(pushd): Fix typo in inbound notification handling.

This commit is contained in:
jmug
2026-06-27 00:06:05 -07:00
parent eb5f5f91cd
commit 8847b3c5ba

View File

@@ -111,7 +111,7 @@ impl AsyncConsumer for MessageConsumer {
config.pushd.vapid.queue.as_str(), config.pushd.vapid.queue.as_str(),
) )
.finish(); .finish();
sendable.extras.insert("p265dh".to_string(), sub.p256dh); sendable.extras.insert("p256dh".to_string(), sub.p256dh);
sendable sendable
.extras .extras
.insert("endpoint".to_string(), sub.endpoint.clone()); .insert("endpoint".to_string(), sub.endpoint.clone());