mirror of
https://github.com/urbit/shrub.git
synced 2024-11-30 22:15:47 +03:00
groups: add webp to list of image types to check links for in chat
This commit is contained in:
parent
b77baf4270
commit
d11ce99b48
@ -150,7 +150,7 @@ const contentToMdAst =
|
||||
}
|
||||
];
|
||||
} else if ('url' in content) {
|
||||
const images = ['.jpg', '.jpeg', '.png', '.gif'];
|
||||
const images = ['.jpg', '.jpeg', '.png', '.gif', '.webp'];
|
||||
return [
|
||||
'inline',
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user