mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Feed ids is a list.
This commit is contained in:
parent
b88e870727
commit
45a7473cf3
1 changed files with 1 additions and 3 deletions
|
@ -1772,9 +1772,7 @@ didEndSwipingSwipingWithState:(MCSwipeTableViewCellState)state
|
|||
[feedIds addObject:[storiesCollection.activeFeed objectForKey:@"id"]];
|
||||
}
|
||||
|
||||
for (id feedId in feedIds) {
|
||||
[params setObject:feedId forKey:@"feed_id"];
|
||||
}
|
||||
[params setObject:feedIds forKey:@"feed_id"];
|
||||
[params setObject:@(cutoffTimestamp) forKey:@"cutoff_timestamp"];
|
||||
NSString *direction = older ? @"older" : @"newest";
|
||||
[params setObject:direction forKey:@"direction"];
|
||||
|
|
Loading…
Add table
Reference in a new issue