mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-06 05:24:51 +08:00
## Summary - Previously, logging out of any device cleared push notification subscriptions for **all** devices via a blanket `user_logged_out` event handler - Now the frontend sends the current browser's push subscription as part of the session destroy request, and only that subscription is removed server-side - "Log out everywhere" paths (admin log out, user suspension, `log_out_strict`) still correctly clear all subscriptions |
||
|---|---|---|
| .. | ||
| default_current_user_provider_spec.rb | ||
| discord_authenticator_spec.rb | ||
| discourse_id_authenticator_spec.rb | ||
| facebook_authenticator_spec.rb | ||
| github_authenticator_spec.rb | ||
| google_oauth2_authenticator_spec.rb | ||
| linkedin_oidc_authenticator_spec.rb | ||
| managed_authenticator_spec.rb | ||
| result_spec.rb | ||
| twitter_authenticator_spec.rb | ||