Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43ce7901 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

rainloop suggestion fixes

parent ddece71a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -61,6 +61,11 @@ class OwnCloudSuggestions implements \RainLoop\Providers\Suggestions\ISuggestion
						break;
					}

					// Skip System users
					if (isset($aContact['isLocalSystemBook']) && $aContact['isLocalSystemBook']) {
						continue;
					}

					$sUid = empty($aContact['UID']) ? '' : $aContact['UID'];
					if (!empty($sUid))
					{