config to switch whether OGP is enabled
KisaragiEffective opened this issue ยท 1 comments
Why?
It is un-controllable that a minecraft-user pastes a random URL. If the URL's OGP (this is automatically shown on Discord client) contains image which is might not be seen (e.g. cockroach), what can we do currently?
What and How?
Add config to switch this behavior. This feature should be opt-in, as current users shouldn't be confused by this setting.
This behavior can be disabled by surrounding URL with angle brackets.
Example: https://example.com/
to <https://example.com>
Are there alternatives?
Regex replacement could be alternative, but matching regex is too complex and is not so clear.
Checks
- I have used the search at least once to check if my idea has already been suggested and perhaps already implemented.
Anything else
No response