feat: pipe external urls through iframely
This commit is contained in:
3
plugins/iframely/server/unfurl.ts
Normal file
3
plugins/iframely/server/unfurl.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import Iframely from "./iframely";
|
||||
|
||||
export const unfurl = async (url: string) => Iframely.get(url);
|
||||
Reference in New Issue
Block a user