cxvxvc
This commit is contained in:
parent
7d01603be3
commit
1359dba6e9
1 changed files with 2 additions and 0 deletions
|
@ -757,6 +757,8 @@ def submit_post(v):
|
|||
if v.paid_dues: club = bool(request.values.get("club",""))
|
||||
else: club = False
|
||||
|
||||
if embed and len(embed) > 1500: embed = None
|
||||
|
||||
new_post = Submission(
|
||||
private=bool(request.values.get("private","")),
|
||||
club=club,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue