リモートのピン留め投稿取得対応 (#2798)

* Fetch featured

* Handle featured change

* Fix typo
This commit is contained in:
MeiMei
2018-10-02 16:27:36 +09:00
committed by syuilo
parent b5745877ca
commit c09a2a37fe
11 changed files with 199 additions and 63 deletions

View File

@@ -19,11 +19,11 @@ export default class Resolver {
switch (collection.type) {
case 'Collection':
collection.objects = collection.object.items;
collection.objects = collection.items;
break;
case 'OrderedCollection':
collection.objects = collection.object.orderedItems;
collection.objects = collection.orderedItems;
break;
default: