-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
A-Error-MessageA-RepliesreplyreplyA-TimelineO-UncommonMost users are unlikely to come across this or unexpected workflowMost users are unlikely to come across this or unexpected workflowS-MinorImpairs non-critical functionality or suitable workarounds existImpairs non-critical functionality or suitable workarounds existT-Enhancement
Description
Your use case
What would you like to do?
When a reply fails to load whether it be network or code related, include a permalink or at least event_id
for the message it's trying to load so it's possible to reference and find the event in question.
Currently, the error message just says the following which has no details.
Unable to load event that was replied to, it either does not exist or you do not have permission to view it.
Why would you like to do it?
It's not easy to find the message it's trying to reference yourself or debug the situation. Just have to View source and dive into the gritty details.
How would you like to achieve it?
Add a permalink to the event in question. The event probably exists if someone is trying to reference it.
These kind of code or network fail cases are unlimited and cannot made to be impossible to encounter. We should strive to improve the fail scenario which could be a variety of solutions:
- Just the
event_id
to reference. The bare minimum that should be available. "What failed to load?" - Permalink so you can try seeing the message for yourself in whatever manner. This solves the problem in code and network fail scenarios and makes it convenient to see the content you were missing.
- A retry button to try reloading the message when conditions are better. But this one is susceptible to code bugs like the one explained at the top of this comment so I'm not in favor of it.
- Other ideas
Have you considered any alternatives?
No response
Additional context
Related to:
Metadata
Metadata
Assignees
Labels
A-Error-MessageA-RepliesreplyreplyA-TimelineO-UncommonMost users are unlikely to come across this or unexpected workflowMost users are unlikely to come across this or unexpected workflowS-MinorImpairs non-critical functionality or suitable workarounds existImpairs non-critical functionality or suitable workarounds existT-Enhancement