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

admin page "group invitation" shows error invite id #1236

Closed
weishirongzhen opened this issue Jun 1, 2023 · 3 comments
Closed

admin page "group invitation" shows error invite id #1236

weishirongzhen opened this issue Jun 1, 2023 · 3 comments
Labels
bug Something isn't working
Milestone

Comments

@weishirongzhen
Copy link

invite id is same as group id

image
@JamesChenX
Copy link
Member

I cannot reproduce the bug and it works as expected as the following image shows.
Please provide the steps to reproduce it.

image

@weishirongzhen
Copy link
Author

weishirongzhen commented Jun 2, 2023

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");
image

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.

image

@JamesChenX
Copy link
Member

Fixed. Thanks for reporting.
And you can pull the latest code or pull the latest docker to have a try.

@JamesChenX JamesChenX added the bug Something isn't working label Jun 2, 2023
@JamesChenX JamesChenX added this to the 1.0.0 milestone Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants