remove image help
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
"emphasizedText": "emphasized text",
|
||||
"deletedText": "deleted text",
|
||||
"blockquote": "blockquote",
|
||||
"link": "link text",
|
||||
"image": "image text"
|
||||
"link": "link text"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -549,7 +549,6 @@ class PanelStreamView extends RelationshipPanelView {
|
||||
['deletedText', '~~{text}~~'],
|
||||
['blockquote', '> {text}'],
|
||||
['link', '[{text}](url)'],
|
||||
['image', ''],
|
||||
];
|
||||
|
||||
const messageItemList = [];
|
||||
|
||||
Reference in New Issue
Block a user