Receive notifications, then get signed out: resulting behavior is confusing #1405
Labels
area: ruby
Changes to server-side code
complexity: unassessed
Needs further developer investigation before complexity/feasibility can be determined.
priority: low
type: change request
New feature or request
meta:291589
If you have unread notifications and then get signed out behind the scenes (this sometimes happens), the page does not refresh, so you'll still see the notification widget. If you click on it in this state, you get a blank notifications pane. Are we able to detect this and prompt you to log back in? I realize that most of the activity here is client-side and the client doesn't know you've been logged out, but maybe if the notifications come back empty, we could do an extra server call to find out if you're still logged in? Alternatively, if being logged out somehow pushed a client refresh (so you'd see the "sign in" button instead of your avatar), that would accomplish the same thing. I'm not sure what's practical here.
The text was updated successfully, but these errors were encountered: