wire-server icon indicating copy to clipboard operation
wire-server copied to clipboard

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

Open oomhj opened this issue 1 year ago • 0 comments

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 avatar Nov 27 '23 05:11 oomhj