We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This Invitation event is unused and outdated. It should be removed or updated in API v5:
Invitation
parsec-cloud/libparsec/crates/protocol/schema/authenticated_cmds/events_listen.json5
Lines 53 to 65 in 02313cd
This also includes removing the claimers_ready attribute from the BaseInviteComponent which is also unused
claimers_ready
BaseInviteComponent
parsec-cloud/server/parsec/components/invite.py
Line 574 in 02313cd
The invitation status structure might also need to be updated since the READY variant is not used anymore:
READY
parsec-cloud/libparsec/crates/types/src/invite.rs
Lines 69 to 74 in 02313cd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This
Invitation
event is unused and outdated. It should be removed or updated in API v5:parsec-cloud/libparsec/crates/protocol/schema/authenticated_cmds/events_listen.json5
Lines 53 to 65 in 02313cd
This also includes removing the
claimers_ready
attribute from theBaseInviteComponent
which is also unusedparsec-cloud/server/parsec/components/invite.py
Line 574 in 02313cd
The invitation status structure might also need to be updated since the
READY
variant is not used anymore:parsec-cloud/libparsec/crates/types/src/invite.rs
Lines 69 to 74 in 02313cd
The text was updated successfully, but these errors were encountered: