Skip to content

Commit

Permalink
schedule_frab_json: proposal.may_record has been replaced by proposal…
Browse files Browse the repository at this point in the history
….video_privacy
  • Loading branch information
Kunsi committed Aug 14, 2024
1 parent 550b857 commit 4d13889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/schedule/feeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def duration_hhmm(duration_minutes):
"attachments": [],
"date": event_tz.localize(proposal.start_date).isoformat(),
"description": proposal.description,
"do_not_record": False if proposal.may_record else True,
"do_not_record": proposal.video_privacy != "public",
"duration": duration_hhmm(proposal.duration_minutes),
"guid": None,
"id": proposal.id,
Expand Down

0 comments on commit 4d13889

Please sign in to comment.