Notification bug with forum threads and block lists #33
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: nonshy/website#33
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Bug
Reproduction steps:
Root cause:
Solution Idea
Trying to determine everybody's individual block list status and view of the thread at notification-time would be madness so an idea to resolve this may be:
An idea how to do this efficiently is to gather all of the comment IDs for the entire thread, and then find out what page the comment appears on, e.g.
And then scan the ID list for the matching comment ID, and thus know what page it belongs on.
This URL to "go to a forum comment wherever it is" will also be useful to have around for other features:
page=-1
which means "the last page" and if you were to go far back on the Newest tab, comments would no longer link to the correct pages on long threads since it always goes to the final page.Outcome
In
70402b42c9
/go/comment?id=123
that finds and redirects to the comment.Still to do:
Forum search added in
cca449090a