-
Notifications
You must be signed in to change notification settings - Fork 10
Add warning when permalink event ID is not found on page #124
Copy link
Copy link
Open
Labels
A-archive-room-viewThe view to look at a room day by day in the archiveThe view to look at a room day by day in the archiveT-EnhancementNew feature or requestNew feature or request
Milestone
Description
Follow-up to #4
Considerations
What happens if the
eventIdisn't found on that given day?
- With Gitter, we can easily lookup the
eventIdand redirect people to the correct day. But I don't think I want to do all of those round-trips to the homeserver to do this sort of thing.- In the Matrix public archives, I think I am just going to see if the event is in the given date displayed and if not, put a little warning overlay under the room header which says "Event wasn't found on this day" and link to
/:roomIdOrAlias/event/:eventIdwhich will actually do redirection work. This way, it's a choice by the user to take the action to jump to the correct day and it's explained what happened.
Dev notes
Potential language: "It looks like we lost your position or you were given an incorrect link"
Could we tell our fault from someone giving a wrong link? Maybe by looking if the referrer is the /jump endpoint.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-archive-room-viewThe view to look at a room day by day in the archiveThe view to look at a room day by day in the archiveT-EnhancementNew feature or requestNew feature or request