forked from jmug/stoatchat
feat(pushd): Fix typo in inbound notification handling.
This commit is contained in:
@@ -111,7 +111,7 @@ impl AsyncConsumer for MessageConsumer {
|
||||
config.pushd.vapid.queue.as_str(),
|
||||
)
|
||||
.finish();
|
||||
sendable.extras.insert("p265dh".to_string(), sub.p256dh);
|
||||
sendable.extras.insert("p256dh".to_string(), sub.p256dh);
|
||||
sendable
|
||||
.extras
|
||||
.insert("endpoint".to_string(), sub.endpoint.clone());
|
||||
|
||||
Reference in New Issue
Block a user