https://github.com/owncloud/core/pull/40155 has been merged, that means resources can now be shared with multiple users at once. This is done by separating them via "," like so: user1,user2,user3.
Users that can't be added for whatever reason will be displayed to the user. The remaining users that succeed in such a case will still be added.
This also applies to the guest inviting process when the app is installed and enabled.
WHAT Needs to be Documented?
https://github.com/owncloud/core/pull/40155 has been merged, that means resources can now be shared with multiple users at once. This is done by separating them via "," like so:
user1,user2,user3
.Users that can't be added for whatever reason will be displayed to the user. The remaining users that succeed in such a case will still be added.
This also applies to the guest inviting process when the app is installed and enabled.
(Optional) What Type Of Content Change Is This?
(Optional) Which Manual Does This Relate To?