make the default for notify True

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-29 19:58:19 +02:00
parent 79b83c7090
commit c192019a22
1 changed files with 1 additions and 1 deletions

View File

@ -908,7 +908,7 @@ def submit_post(v, sub=None):
post = Submission(
private=bool(request.values.get("private","")),
notify=bool(request.values.get("notify","")),
notify=bool(request.values.get("notify","True")),
club=club,
author_id=v.id,
over_18=bool(request.values.get("over_18","")),