mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
pointer: Remove pointer from API and page_params.
There is still some miscellaneous cleanup that has to happen for things like analytics queries and dead code in node tests, but this should remove the main use of pointers in the backend. (We will also still need to drop the DB field.)
This commit is contained in:
@@ -283,8 +283,6 @@ class OpenAPIArgumentsTest(ZulipTestCase):
|
||||
'/settings/display',
|
||||
# Much more valuable would be an org admin bulk-upload feature.
|
||||
'/users/me/profile_data',
|
||||
# To be deprecated and deleted.
|
||||
'/users/me/pointer',
|
||||
|
||||
#### Should be documented as part of interactive bots documentation
|
||||
'/bot_storage',
|
||||
|
||||
Reference in New Issue
Block a user