feat: add client release force update flag
This commit is contained in:
@@ -191,6 +191,7 @@ class ClientLatestReleaseView(APIView):
|
||||
"download_url": download_url,
|
||||
"sha256": release.sha256,
|
||||
"release_notes": release.release_notes,
|
||||
"force_update": release.force_update,
|
||||
"published_at": timezone.localtime(release.updated_at).isoformat(),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user