Create text stories
This commit is contained in:
@@ -26,6 +26,12 @@ export type LinkPreviewWithDomain = {
|
||||
domain: string;
|
||||
} & LinkPreviewResult;
|
||||
|
||||
export enum LinkPreviewSourceType {
|
||||
Composer,
|
||||
ForwardMessageModal,
|
||||
StoryCreator,
|
||||
}
|
||||
|
||||
const linkify = LinkifyIt();
|
||||
|
||||
export function shouldPreviewHref(href: string): boolean {
|
||||
|
Reference in New Issue
Block a user