Unable to send files in notes from different account #342
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Expected behaviour: Note is sent by another account with a file attached, said file shows up at their drive
Current behaviour: Note is sent by another account without any files attached, said file shows up at the drive of current user
Mmh this seems to also not be changed in Misskey (only checked the respective source file, didn't search for related issues). To fix this would also mean that the whole selecting a file thingy needs to switch to another account's drive as well. In all I think it would be a bit complex to fix.
Alternatively maybe we should consider if we should...
This is probably not a good idea, and also is not what was expected.
This would probably be annoying if you just wanted to make a short post on the other account and have to reload the entire frontend to switch accounts.
This would be kinda annoying but you could still use the overall account switcher to post with attachments from another account. And of course as opposed to the previous item it would still allow you to quickly post something from another account (just not with attached files).
Other things that should also be considered: What happens if you already attached a file and then change account? Should the attachments be removed or should you not be allowed to change accounts while files are attached?
I thought that i already answered 🥴 Anyway
Posting form remains the same, everything stays there, post is sent without a file, just as if you changed the account in the form
I think there should be like a warning showing up when you have attached a file, and are trying to change account, that attachments won't be sent (with like OK/Cancel + Don't show again or whatever), and by that IMO option 3 would be the best alternative for the fix
The fix above will set the respective other button to disabled (e.g. disable account switcher when files are attached). The tooltip will explain why the button is disabled.