Revert "make the default for notify True"

This reverts commit c192019a22.
remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-29 20:05:35 +02:00
parent c192019a22
commit 6b0c734254
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","True")),
notify=bool(request.values.get("notify","")),
club=club,
author_id=v.id,
over_18=bool(request.values.get("over_18","")),