11 Apr 2021 |
| vpei joined the room. | 02:09:53 |
vpei | 👣 | 02:10:17 |
BrownJenkin | oh wow. so many redactions. | 02:14:21 |
| Anshu joined the room. | 02:57:37 |
| jtsmith0101 left the room. | 04:03:28 |
| user82872773 joined the room. | 04:54:35 |
| user82872773 set a profile picture. | 04:59:20 |
| @htronin:matrix.org left the room. | 05:38:35 |
Erkin Alp | In reply to @dhuszaroakley:matrix.org Anyone having youtube link previews show up like this? YouTube blocked matrix link preveiw service of matrix.org | 06:10:49 |
dhuszaroakley | In reply to @erkinalp:matrix.org YouTube blocked matrix link preveiw service of matrix.org Oh, that sucks. | 06:26:46 |
elmussol | The topic needs changing: F-droid version is 1.1.3 now. | 06:54:18 |
tilde | In reply to @dhuszaroakley:matrix.org Oh, that sucks. Youtube didn't block the Matrix URL preview service, they just changed something on their website for other reasons and it happened to break some services that try to fetch URL previews | 07:10:16 |
tilde | in the end youtube has never provided reliable URL previews, they just have previously "happened to" work | 07:11:06 |
dhuszaroakley | In reply to @vurpo:hacklab.fi in the end youtube has never provided reliable URL previews, they just have previously "happened to" work I see, well in that case I guess it'll be fixed in time. Thanks for the extra info. | 07:12:31 |
Erkin Alp | In reply to @vurpo:hacklab.fi Youtube didn't block the Matrix URL preview service, they just changed something on their website for other reasons and it happened to break some services that try to fetch URL previews How do FB, Twitter, Skype, Discord create working previews then? | 07:15:50 |
Erkin Alp | And we fail | 07:15:58 |
tilde | In reply to @erkinalp:matrix.org How do FB, Twitter, Skype, Discord create working previews then? They hardcode special handling for youtube.com URLs | 07:22:58 |
tilde | Synapse doesn't do anything differently from any other URLs when it sees "youtube.com" but those other ones go "oh no, a YouTube link, I better use the youtube API [or whatever] to fetch a very special URL preview for that link, because youtube is a very special website that needs special treatment" | 07:25:09 |
tilde | A similar thing happened with Twitter link previews, but I think Twitter fixed it by now | 07:25:44 |
tilde | those services (at least facebook, twitter, and discord) actually fetch the youtube embed page for the video and embed it into their own page, which definitely requires giving special treatment to youtube | 07:28:15 |
David | Hi! I have a 1:1 room which is in a state where messages from my Element Android 1.1.3 device produce undecryptable messages on the other end. I already submitted a rageshake. Is there a way to manually rectify the situation, e.g., by initiating a new encryption session? | 07:51:41 |
| damluk joined the room. | 08:22:24 |
damluk | What is the right way to get a string translated that does not have a keyword in strings.xml ? A pull request or some doing on translate.element.io? | 08:24:28 |
boris | is there a way to display <pre><code> test <pre><code> properly ? | 08:47:09 |
boris | * is there a way to display <pre><code> test <pre><code> properly ? | 08:47:19 |
boris | or any alternative to display code blocks properly ? | 08:51:44 |
tilde | Redacted or Malformed Event | 08:53:15 |
tilde | three backticks, like ```, should make a code block | 08:53:55 |
tilde | code
block
| 08:54:03 |
Erkin Alp | In reply to @vurpo:hacklab.fi Synapse doesn't do anything differently from any other URLs when it sees "youtube.com" but those other ones go "oh no, a YouTube link, I better use the youtube API [or whatever] to fetch a very special URL preview for that link, because youtube is a very special website that needs special treatment" imo synapse shouldn't treat specially, instead, the client should silently substitute previews using <details/> | 09:02:41 |