mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-05 10:22:31 +01:00
Add youtu.be embed handler (#945)
This commit is contained in:
parent
b58cea7c41
commit
7b384787f8
@ -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);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user