Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1/conversations/list/v2 The V1 API returnes the data structure with new access_role logical #3746

Open
oomhj opened this issue Nov 27, 2023 · 0 comments

Comments

@oomhj
Copy link

oomhj commented Nov 27, 2023

Describe the bug
v1/conversations/list/v2 API in 2023-10-23 (Chart Release 4.39.0) release。returnes the data structure with new access_role logical.
"access": [
"invite",
"code"
],
"access_role": [
"team_member",
"non_team_member",
"guest",
"service"
]
so the iOS APP cannot correctly process the data returned by the v1/conversations/list/v2 API.
To Reproduce
Steps to reproduce the behavior:

Expected behavior
V1 API maintains the original logic
"access": [
"invite",
"code"
],
"access_role": "non_activated",
"access_role_v2": [
"team_member",
"non_team_member",
"guest",
"service"
],

@oomhj oomhj changed the title v1/conversations/list/v2 The V1 version API returnes the data structure with new access_role new logical v1/conversations/list/v2 The V1 API returnes the data structure with new access_role logical Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant