prose-im / prose-app-web

Prose Web application. XMPP client for team messaging.
https://prose.org/downloads
Mozilla Public License 2.0
23 stars 2 forks source link

Clean up Tauri #66

Closed dscso closed 6 months ago

dscso commented 6 months ago

The following changes:

await UtilitiesRuntime.requestFileDownload(
  event.file.url,
  event.file.name,
  (current, total) => console.log(`${Math.round(current/total*100)}% done`)
);
dscso commented 6 months ago

https://github.com/prose-im/prose-app-web/pull/66/commits/a57ed39ce41615466963a2719cfc1f1ec647c0d0 adds support for deep linking. If the application is compiled and placed in the /Applications folder, Prose registers as a opener for xmpp:// URLs