diff --git a/proposals/3881-remote-push-notification-toggling.md b/proposals/3881-remote-push-notification-toggling.md index d4ec673a..1a4e8f80 100644 --- a/proposals/3881-remote-push-notification-toggling.md +++ b/proposals/3881-remote-push-notification-toggling.md @@ -46,7 +46,7 @@ A new optional field `device_id` is added to the `Pusher` model as returned from | `device_id` | string | **Optional** The device_id of the session that registered the pusher -To be able to remove Pushers when sessions are deleted some home servers have some existing way to link a session to +To be able to remove Pushers when sessions are deleted some homeservers have some existing way to link a session to pusher, so exposing the `device_id` on http pushers should be trivial. (Synapse, for instance, stores the [access token](https://github.com/matrix-org/synapse/blob/3d201151152ca8ba9b9aae8da5b76a26044cc85f/synapse/storage/databases/main/pusher.py#L487) when adding a pusher, which is usually associated with a device)