Skip to content

Open in Apollo automatically not working #1

Description

@boludo00

Awesome feature btw!
When I set the option to Allow, reddit links still prompt me with the Popup prompt for the Ask setting.

if (isAutomatic) {
    window.location.replace(`https://openinapollo.com?subreddit=${subreddit}&postID=${postID}&commentID=${commentID}&context=${context}`);
} else {
    window.location.replace(`apollo://reddit.com/r/${subreddit}/comments/${postID}/_/${commentID}/?context=${context}`);
}

Seems like here is the logic for differentiating the 2. But the Ask setting prompts me with the Popup message as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions