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.
Awesome feature btw!
When I set the option to
Allow, reddit links still prompt me with the Popup prompt for theAsksetting.Seems like here is the logic for differentiating the 2. But the
Asksetting prompts me with the Popup message as expected.