mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-04-27 15:07:44 +00:00
decode “draft” property on posts from server
This commit is contained in:
parent
044c0126e0
commit
4852a4b5d1
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
||||||
@"author" : @"author",
|
@"author" : @"author",
|
||||||
@"title" : @"title",
|
@"title" : @"title",
|
||||||
@"date" : @"date",
|
@"date" : @"date",
|
||||||
|
@"draft" : @"draft",
|
||||||
@"body" : @"body",
|
@"body" : @"body",
|
||||||
@"path" : @"url",
|
@"path" : @"url",
|
||||||
@"url" : @"link",
|
@"url" : @"link",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue