joaomgcd / JoinDesktop

A desktop app for Join built in Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join API URL structure is incorrect for Clipboard

richaardvark opened this issue · comments

When creating a Join API URL to set a device's clipboard the generated parameter is incorrectly coded and generates "&urlclipboard=" instead of "&clipboard=" which then results in an error when the URL is loaded.

This typo is of course not in this electron web app itself but is in the general Join Web website and affects all platforms that use the web interface.

Thank you! Fixed! :)

Thank you! Fixed! :)

Hey João (sorry if I'm not supposed to comment on a closed issue)... it does seem to be fixed on the "Join Web" website interface, but I have tried both the .deb and appimage versions of the Linux Join Desktop app and they are still making making the wrong URL string for the clipboard parameter/are still making "&urlclipboard=" instead of "&clipboard=".

Yeah, sorry about that, I need to put new builds out for the various versions to fix on those as well, sorry!