From 98ce341c5fe8403b9dc5654fe18e1ebba61e68e4 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 12 Dec 2025 10:23:59 -0500 Subject: Publish push messages when a message is sent to a conversation. --- src/push/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/push/app.rs') 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")?; -- cgit v1.2.3