mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 16:19:53 +00:00
Add youtu.be embed handler (#945)
This commit is contained in:
@@ -420,7 +420,9 @@ export const EmbedHandlers: {
|
||||
},
|
||||
};
|
||||
},
|
||||
|
||||
"youtu.be": (url: URL) => {
|
||||
return EmbedHandlers["www.youtube.com"](url);
|
||||
},
|
||||
"youtube.com": (url: URL) => {
|
||||
return EmbedHandlers["www.youtube.com"](url);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user