GetServerInfo: Add change.submitWholeTopic configuration
This will help us later displaying the right tabs. Change-Id: If801865597887b36eb54d858a2c7ce350cfc6582
This commit is contained in:
		| @@ -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() { | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stefan Beller
					Stefan Beller