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

Use server to match a device against a file link #8922

Open
Max-7 opened this issue Nov 14, 2024 · 0 comments
Open

Use server to match a device against a file link #8922

Max-7 opened this issue Nov 14, 2024 · 0 comments
Labels
A-Client Area: Parsec desktop application enhancement Improve functionality, potentially changing behavior good first issue Good for newcomers

Comments

@Max-7
Copy link
Contributor

Max-7 commented Nov 14, 2024

I think historically, AvailableDevice did not have the server address. But now that it has, we can use it in addition to the org name to match the device.

const matchingDevice = devices.find((d) => d.organizationId === linkData.organizationId);

@FirelightFlagboy FirelightFlagboy added enhancement Improve functionality, potentially changing behavior A-Client Area: Parsec desktop application good first issue Good for newcomers labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Client Area: Parsec desktop application enhancement Improve functionality, potentially changing behavior good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants