Skip to content

Commit 5658cbd

Browse files
committed
fix popular feed (again)
1 parent c5c891e commit 5658cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tweak.xm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ static void filterNode(NSMutableDictionary *node) {
131131
[typeName isKindOfClass:NSString.class] &&
132132
[isContextHidden isKindOfClass:NSNumber.class]) {
133133
if (!(([typeName isEqualToString:@"PopularRecommendationContext"] ||
134-
[typeIdentifier isEqualToString:@"global_popular_posts"]) &&
134+
[typeIdentifier hasPrefix:@"global_popular"]) &&
135135
[isContextHidden boolValue])) {
136136
node[@"cells"] = @[];
137137
}

0 commit comments

Comments
 (0)