summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2021-09-13 22:39:04 +0200
committerDaniel Kesselberg <mail@danielkesselberg.de>2021-09-17 10:05:54 +0200
commit32ee3258879949e519a109f8d466425a0b833043 (patch)
tree88940342336e8e65198483e247a085f8722c8cd5 /lib
parent021d5ab7ae2d1fbfefc7fdf339ae502af120c6fe (diff)
downloadnextcloud-server-32ee3258879949e519a109f8d466425a0b833043.tar.gz
nextcloud-server-32ee3258879949e519a109f8d466425a0b833043.zip
Add email addresses to contacts menu
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Contacts/ContactsMenu/Entry.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Contacts/ContactsMenu/Entry.php b/lib/private/Contacts/ContactsMenu/Entry.php
index 675d925134b..c105b6b6ef4 100644
--- a/lib/private/Contacts/ContactsMenu/Entry.php
+++ b/lib/private/Contacts/ContactsMenu/Entry.php
@@ -162,6 +162,7 @@ class Entry implements IEntry {
'topAction' => $topAction,
'actions' => $otherActions,
'lastMessage' => '',
+ 'emailAddresses' => $this->getEMailAddresses(),
];
}
}