@sprucelabs/spruce-feed-view-controllers 0.0.183 → 0.0.185
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,7 +4,7 @@ export default class FeedCardViewController extends AbstractViewController<Card>
|
|
|
4
4
|
static id: string;
|
|
5
5
|
private isLoaded;
|
|
6
6
|
protected cardVc: CardViewController;
|
|
7
|
-
|
|
7
|
+
protected predicates: FeedPredicate[];
|
|
8
8
|
private auth;
|
|
9
9
|
private sentMessageCount;
|
|
10
10
|
private pendingAddedMessages;
|
|
@@ -4,7 +4,7 @@ export default class FeedCardViewController extends AbstractViewController<Card>
|
|
|
4
4
|
static id: string;
|
|
5
5
|
private isLoaded;
|
|
6
6
|
protected cardVc: CardViewController;
|
|
7
|
-
|
|
7
|
+
protected predicates: FeedPredicate[];
|
|
8
8
|
private auth;
|
|
9
9
|
private sentMessageCount;
|
|
10
10
|
private pendingAddedMessages;
|