summaryrefslogtreecommitdiff
path: root/src/push/app.rs
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-12-12 10:23:59 -0500
committerOwen Jacobson <owen@grimoire.ca>2025-12-17 15:48:20 -0500
commit98ce341c5fe8403b9dc5654fe18e1ebba61e68e4 (patch)
tree88acdfafe32ad0f99effaaa89cc7d98db2141fda /src/push/app.rs
parent522c1533a0af7af7d96bb4d6850ce0b2c8762e89 (diff)
Publish push messages when a message is sent to a conversation.HEADmain
Diffstat (limited to 'src/push/app.rs')
-rw-r--r--src/push/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/push/app.rs b/src/push/app.rs
index ebfc220..f7846a6 100644
--- a/src/push/app.rs
+++ b/src/push/app.rs
@@ -101,7 +101,7 @@ where
let failures = self
.publisher
- .publish(Heartbeat::Heartbeat, signer, subscriptions)
+ .publish(Heartbeat::Heartbeat, &signer, &subscriptions)
.await
.fail("Failed to send push message")?;