-
Notifications
You must be signed in to change notification settings - Fork 625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discord embed looks dodgy #1049
Labels
Comments
@qaisjp still an issue ? |
Um let me try and reproduce on latest master (can't now though) To confirm you've tried cache busting, right? |
No I haven't, but I couldn't produce it on the first message. |
I can definitely reproduce this on 2d8f749 it only works after the first message (because discord has the embed cached) |
qaisjp
added a commit
to qaisjp/matterbridge
that referenced
this issue
May 4, 2020
qaisjp
added a commit
to qaisjp/matterbridge
that referenced
this issue
May 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Sending a series of links on Discord causes output on Slack that seems to miss a leading newline.
To Reproduce
Steps to reproduce the behavior:
https://youtube.com/ https://google.com/ https://discordapp.com/
on Discordhttps://youtube.com/ https://google.com/ https://discordapp.com/
on Discord againYou might have to do it a second time because I think Discord unfurling is late.
Note that the first time those link appear in Slack, you will see Slack's unfurling — Slack's unfurling won't appear the second time because they only unfurl once per "recent conversation" (to prevent embeds spamming up your screen). To get around Slack's unfurl "spam protection", you can cache bust by appending something to the query string:
https://youtube.com/?1
Expected behavior
Either have a newline, or don't send Discord embeds if they are only unfurl embeds.
Screenshots/debug logs
Environment (please complete the following information):
e9edbfc, macOS
Additional context
Nothing of significance other than
ShowEmbeds
:The text was updated successfully, but these errors were encountered: