devrama
This commit is contained in:
parent
c20f5bf6f0
commit
52e326c60e
7 changed files with 39 additions and 9 deletions
|
@ -1056,7 +1056,7 @@ def submit_post(v, sub=None):
|
|||
if ban.reason: reason += f" {ban.reason}"
|
||||
return error(reason)
|
||||
|
||||
if request.host == 'rdrama.net': club = False
|
||||
if request.host == 'rdrama.net' and v.admin_level < 2: club = False
|
||||
else: club = bool(request.values.get("club",""))
|
||||
|
||||
if embed and len(embed) > 1500: embed = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue