Add an icon when the file is shared by mail
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
73007c401e
commit
09e5e38591
|
@ -114,6 +114,8 @@
|
|||
shareType = parseInt(shareType, 10);
|
||||
if (shareType === OC.Share.SHARE_TYPE_LINK) {
|
||||
hasLink = true;
|
||||
} else if (shareType === OC.Share.SHARE_TYPE_EMAIL) {
|
||||
hasLink = true;
|
||||
} else if (shareType === OC.Share.SHARE_TYPE_USER) {
|
||||
hasShares = true;
|
||||
} else if (shareType === OC.Share.SHARE_TYPE_GROUP) {
|
||||
|
|
Loading…
Reference in New Issue