Split pusher service send/request into unit.

Refactor sender's push destination handler.

Combine remnants of service::rooms::user with pusher service.

Further split and reorg pusher service units.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-10-27 15:55:55 +00:00
parent 563873af77
commit 5e89f0acae
13 changed files with 565 additions and 589 deletions

View File

@@ -159,7 +159,7 @@ impl Service {
debug!("Deleting the room's last notifications read.");
self.services
.user
.pusher
.delete_room_notification_read(room_id)
.await
.log_err()