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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user