GetServerInfo: Add change.submitWholeTopic configuration

This will help us later displaying the right tabs.

Change-Id: If801865597887b36eb54d858a2c7ce350cfc6582
This commit is contained in:
Stefan Beller
2015-06-29 16:02:28 -07:00
parent a7ad6614df
commit bf2767cd64
3 changed files with 14 additions and 6 deletions

View File

@@ -45,6 +45,8 @@ public class ServerInfo extends JavaScriptObject {
public final native String replyLabel() /*-{ return this.reply_label; }-*/;
public final native String replyTooltip() /*-{ return this.reply_tooltip; }-*/;
public final native int updateDelay() /*-{ return this.update_delay || 0; }-*/;
public final native boolean isSubmitWholeTopicEnabled() /*-{
return this.submit_whole_topic; }-*/;
protected ChangeConfigInfo() {
}