poppingmoon / aria

A cross-platform Misskey client built with Flutter
https://misskey.io/@aria_app
GNU Affero General Public License v3.0
92 stars 3 forks source link

feat: upload from url #233

Closed poppingmoon closed 2 months ago

poppingmoon commented 2 months ago

Made it possible to attach a file to a note from its URL.

Misskey sends the file via the main streaming channel when the upload request is completed, but sometimes it does not appear on the stream. To get the uploaded file in that case, request drive/files/files periodically and check if the file is already created.

Also added an option to upload a file to the drive from the URL.

Resolve #200