Skip to content

Comments

Implement external exchanges#99

Merged
httpjamesm merged 3 commits intohttpjamesm:mainfrom
mattfbacon:main
Mar 25, 2024
Merged

Implement external exchanges#99
httpjamesm merged 3 commits intohttpjamesm:mainfrom
mattfbacon:main

Conversation

@mattfbacon
Copy link
Contributor

This will fix #17.

@httpjamesm httpjamesm merged commit 94032f4 into httpjamesm:main Mar 25, 2024
return rest
} else {
return fmt.Sprintf("/exchange/%s/%s", exchange, rest)
return fmt.Sprintf("/exchange/%s%s", exchange, rest)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I thought I changed that during development but it must have slipped back in.

@mattfbacon
Copy link
Contributor Author

So, we have a problem. The stack overflow link detection doesn't work properly. For example on https://code.whatever.social/exchange/superuser.com/questions/1414301/ssl-certificate-for-ip-address-1-1-1-1 we see that the superuser.com link is replaced with a generic stackoverflow link to the wrong question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How about Stackexchange?

2 participants