add endpoint for oembed; restyle gifv; skeleton for websocket
This commit is contained in:
parent
ec3597e474
commit
e799724b3b
9 changed files with 312 additions and 209 deletions
|
@ -31,7 +31,9 @@ export interface oembedObj {
|
|||
provider_name: string;
|
||||
provider_url: string;
|
||||
cache_age: number;
|
||||
title: string;
|
||||
html: string;
|
||||
url: string;
|
||||
width?: number;
|
||||
height?: number;
|
||||
}
|
||||
|
@ -54,4 +56,4 @@ export const imageExtensions = [
|
|||
".svg",
|
||||
".tiff",
|
||||
".webp",
|
||||
];
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue