FIX: Update post's raw from server response (#13438)

This fix is similar to ea2833d0d8, but
this time raw text is updated after the post is created.
This commit is contained in:
Bianca Nenciu
2021-06-18 16:26:57 +03:00
committed by GitHub
parent e305365168
commit 09b55fd338
3 changed files with 6 additions and 2 deletions

View File

@@ -19,6 +19,9 @@
"created_at": {
"type": "string"
},
"raw": {
"type": "string"
},
"cooked": {
"type": "string"
},