mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Logging starred story params.
This commit is contained in:
parent
c671b4283e
commit
d83df1a6a6
1 changed files with 1 additions and 0 deletions
|
@ -2046,6 +2046,7 @@ def _mark_story_as_starred(request):
|
|||
removed_user_tags = []
|
||||
if not starred_story:
|
||||
params.update(story_values)
|
||||
logging.user(request, "Starred story params: %@" % params)
|
||||
starred_story = MStarredStory.objects.create(**params)
|
||||
created = True
|
||||
MActivity.new_starred_story(user_id=request.user.pk,
|
||||
|
|
Loading…
Add table
Reference in a new issue