]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/post-form.tsx
Add post, inbox, and user routes.
[lemmy-ui.git] / src / shared / components / post-form.tsx
index ac6ad3b020c2e0bc7b725a39a7dbdaac696ce6ab..f37b5bc0d967e82dddf9203cdd78fa19c759e051 100644 (file)
@@ -115,6 +115,7 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
       }
     }
 
+    this.parseMessage = this.parseMessage.bind(this);
     this.subscription = wsSubscribe(this.parseMessage);
   }