diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2016-11-03 12:06:22 +0100 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2016-11-08 15:42:07 +0100 |
commit | 087dab85b4da3a3d4a958ddb74c0c86d0f5e6f0c (patch) | |
tree | 242fc80a134d2292a542e1e8388eff56815872d5 /lib/public/Activity/IExtension.php | |
parent | 6a156b795c38e0785dc19740aa6ca692b9903560 (diff) | |
download | nextcloud-server-087dab85b4da3a3d4a958ddb74c0c86d0f5e6f0c.tar.gz nextcloud-server-087dab85b4da3a3d4a958ddb74c0c86d0f5e6f0c.zip |
add activity for share by mail
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'lib/public/Activity/IExtension.php')
-rw-r--r-- | lib/public/Activity/IExtension.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Activity/IExtension.php b/lib/public/Activity/IExtension.php index a86837892ba..aaa4c869561 100644 --- a/lib/public/Activity/IExtension.php +++ b/lib/public/Activity/IExtension.php @@ -103,6 +103,7 @@ interface IExtension { * Currently known types are: * * file => will strip away the path of the file and add a tooltip with it * * username => will add the avatar of the user + * * email => will add a mailto link * * @param string $app * @param string $text |