bot
bot copied to clipboard
Handle an edge case in the rich embed filter.
https://google.com
produces an embed with a url https://google.com/
. Since those two don't compare equal, the embed filter thinks the embed wasn't auto-generated from a url. We should ignore trailing slashes in urls to reduce false positives.
Was this fixed in #1937?