Links to statuses should never show an empty conversation
Scenario: user is not logged in
- Follow link to status that may not exist (bad URL, deleted, private/followers-only/DM)
- User sees empty conversation page; useless. Maybe status does exist, but they need to login
Expected behavior:
- User is prompted to login
- Status still doesn't exist or is unavailable? Display a useful error on the screen
Scenario: user is logged in
- Follow link to status that may not exist (bad URL, deleted, private/followers-only/DM)
- User sees empty conversation page; useless.
Expected behavior:
- Status still doesn't exist or is unavailable? Display a useful error on the screen
Edited by feld