mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding a bit of logging to mark feed as read.
This commit is contained in:
parent
d3c014a849
commit
768bfdf5fc
1 changed files with 1 additions and 1 deletions
|
@ -1423,7 +1423,7 @@ def mark_feed_as_read(request):
|
|||
logging.user(request, "~FMMarking ~SB%s~SN feeds as read" % len(feed_ids))
|
||||
r.publish(request.user.username, 'refresh:%s' % ','.join(feed_ids))
|
||||
|
||||
return dict(code=code, errors=errors)
|
||||
return dict(code=code, errors=errors, cutoff_date=cutoff_date, direction=direction)
|
||||
|
||||
def _parse_user_info(user):
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue