Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
346
Merge Requests
57
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
73a55104
Commit
73a55104
authored
22 minutes ago
by
Ben Hayward
Browse files
Options
Download
Making getPostPreview async again
parent
c67632fd
fix/premature-rich-embed-posting-2418
1 merge request
!717
Stopping posts being made while rich-embed preview processing #2418
Pipeline
#108244421
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/app/modules/comments/poster/poster.component.ts
View file @
73a55104
...
...
@@ -179,7 +179,7 @@ export class CommentPosterComponent {
*
* @param { string } - message to be parsed.
*/
getPostPreview
(
message
:
string
)
{
async
getPostPreview
(
message
:
string
)
{
if
(
!
message
||
this
.
attachment
.
getMeta
().
is_rich
||
...
...
This diff is collapsed.
Please
register
or
sign in
to comment