api: jsonrpc: add get_push_state to check push notification state (#7356)

This commit is contained in:
Simon Laux
2025-10-28 17:58:11 +01:00
committed by GitHub
parent 145145f0fb
commit 92c31903c6
5 changed files with 36 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ pub mod color;
pub mod html;
pub mod net;
pub mod plaintext;
mod push;
pub mod push;
mod stats;
pub use stats::SecurejoinSource;
pub use stats::SecurejoinUiPath;