-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Share text when using public share includes username instead of the full name #1106
Comments
Hi @godfuture, We are using the account username in the share message. |
I think he means the real name with forename und surname. |
in that case, we need to access to the Display Name of the account. In the current implementation the app doesn't save this information into the Account. I don't know if we can access to the Display Name with a GET USER request, maybe it is possible. Any volunteer? |
@tobiasKaminsky is absolutely right. Sorry for my late response! |
Display names are already available in the app; for example, navigation drawer shows it in the header. So, this should be doable without worrying about accessing the server. |
Background
I shared files on my Android device with Owncloud by public link sent over Whatsapp.
Issue
The name used to indicate the share action: "XXX shares yyy with you" is done with user name, not with full name. But how does the receiver of me know who this user is? Maybe user names were created with some cryptic pattern or appreviations. I guess using the full name to indicate a share text makes much more sense.
The text was updated successfully, but these errors were encountered: