mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
If a user doesn't have enable_drafts_synchronization set to True, then don't let them access the drafts API. This will help protect us against client bugs accidentally sending drafts to the server when the feature is disabled. Signed-off-by: Hemanth V. Alluri <hdrive1999@gmail.com>