Skip to content

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

@oomhj

Description

@oomhj

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"
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions