Skip to content

Don't start the entire NeoChat backend when receiving push notifications

Joshua Goins requested to merge work/redstrate/kunifiedpush-dbus into master

This adds a dedicated "set up for push notifications only" function in Controller, which only sets up the KUnifiedPush connector for receiving the message and then quitting right afterward. If the user tries to open a notification, then it will quit and open the main client.

Merge request reports