diff --git a/config/web.ini.sample b/config/web.ini.sample index a23f8bee..8c600b33 100644 --- a/config/web.ini.sample +++ b/config/web.ini.sample @@ -15,4 +15,4 @@ # addr = 127.0.0.1 # Port to listen on. -port = 80 +port = 8080 diff --git a/groups.d b/groups.d index 4887c49a..a7a29883 100644 --- a/groups.d +++ b/groups.d @@ -35,7 +35,8 @@ struct Config struct Group { - string internalName, publicName, urlName, groupSet, description, postMessage, sinkType, sinkName; + string internalName, publicName, urlName, groupSet, description, + postMessage, sinkType, sinkName, newThreadGuidelines; string[] urlAliases; OrderedMap!(string, AlsoVia) alsoVia; } diff --git a/web.d b/web.d index 28297db2..ae7f4b06 100644 --- a/web.d +++ b/web.d @@ -2484,15 +2484,18 @@ bool discussionPostForm(PostDraft draft, bool showCaptcha=false, PostError error html.put( `