Skip to content

Permalinks are broken for comments that aren't on the 1st page #20

Description

@michaelboyles

Permalinks used to jump directly to a post (e.g. if 'Share' is clicked) when the user loaded the page. It still works but, since pagination was added (#17), only if the item is visible after the first GET. If the comment is a reply or isn't on the first page it will do nothing.

One way to solve this would be the change the initial GET request to add an optional query parameter e.g. ?permalink=some-comment-id. Then the back-end could make sure that item was included.

Also considering removing permalinks for now too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions