mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	register: Pass the configuration objects for group settings in response.
This commit adds code to pass configuration objects for group permission settings in register response to clients such that we do need to duplicate that data in clients and can avoid future bugs due to inconsistency. The "server_supported_permission_settings" field is included in the response if "realm" is present in "fetch_event_types", as this is what we do for other server-related fields.
This commit is contained in:
		| @@ -33,7 +33,7 @@ DESKTOP_WARNING_VERSION = "5.9.3" | ||||
| # Changes should be accompanied by documentation explaining what the | ||||
| # new level means in api_docs/changelog.md, as well as "**Changes**" | ||||
| # entries in the endpoint's documentation in `zulip.yaml`. | ||||
| API_FEATURE_LEVEL = 220 | ||||
| API_FEATURE_LEVEL = 221 | ||||
|  | ||||
| # Bump the minor PROVISION_VERSION to indicate that folks should provision | ||||
| # only when going from an old version of the code to a newer version. Bump | ||||
|   | ||||
		Reference in New Issue
	
	Block a user