diff options
author | Shay <hillerys@element.io> | 2023-05-10 09:22:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 09:22:07 -0700 |
commit | 2cb41822ccf5e5032af81a9cd0944ce12be61fc3 (patch) | |
tree | bcb71e7394f92c260403b84f179515482ccaefa4 /synapse/res/providers.json | |
parent | remove changes to sync (diff) | |
parent | Fix documented path to largest rooms statistics endpoint. (#15560) (diff) | |
download | synapse-2cb41822ccf5e5032af81a9cd0944ce12be61fc3.tar.xz |
Merge branch 'develop' into shay/experimental_flags_part_2
Diffstat (limited to 'synapse/res/providers.json')
-rw-r--r-- | synapse/res/providers.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/synapse/res/providers.json b/synapse/res/providers.json index 7b9958e454..2dc9fec8e3 100644 --- a/synapse/res/providers.json +++ b/synapse/res/providers.json @@ -11,5 +11,18 @@ "url": "https://publish.twitter.com/oembed" } ] + }, + { + "provider_name": "YouTube Shorts", + "provider_url": "http://www.youtube.com/", + "endpoints": [ + { + "schemes": [ + "https://youtube.com/shorts/*", + "https://*.youtube.com/shorts/*" + ], + "url": "https://www.youtube.com/oembed" + } + ] } ] |