You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create this invitetion through dart client, not directly in admin page.
dart client call client.groupService.createInvitation(groupId, inviteeId, content)
The specific parameters are: client.groupService.createInvitation(5692890045645160448.toInt64(), 881.toInt64(), "invite 881");
btw, groupService.createInvitation return an Int64 value is it represents to Invitation ID? if it is. the column of Invitation ID in admin page show error value.
invite id is same as group id
The text was updated successfully, but these errors were encountered: