From ed5e175a806f45469a6e5504ba0d3f5246997fad Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Wed, 30 Jul 2025 23:08:40 -0400 Subject: Test receiving push events when backgrounded And thus also displaying notifications. --- src/push/handlers/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/push/handlers/mod.rs') diff --git a/src/push/handlers/mod.rs b/src/push/handlers/mod.rs index 90edaa7..4b27ff5 100644 --- a/src/push/handlers/mod.rs +++ b/src/push/handlers/mod.rs @@ -7,6 +7,7 @@ mod register; mod unregister; pub use echo::handler as echo; +pub use echo::broadcast as broadcast; pub use register::handler as register; pub use unregister::handler as unregister; -- cgit v1.2.3