summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-03-02 23:13:43 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit96846e12667e013483e50fda622716df2db5acee (patch)
treea170c1d9014d9a436125040fcb7bcb516a647f7e /lib
parentce1db3f5dcb6359bf9309aaea84a405c41a0859a (diff)
🔥 Remove changes to back-end from front-end pr
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Db/Item.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Db/Item.php b/lib/Db/Item.php
index 285bc64bc..2ead77066 100644
--- a/lib/Db/Item.php
+++ b/lib/Db/Item.php
@@ -311,11 +311,6 @@ class Item extends Entity implements IAPI, \JsonSerializable
return $this->starred;
}
- public function isShared(): bool
- {
- return $this->getSharedBy == '' && $this->getSharedWith == '';
- }
-
public function isUnread(): bool
{
return $this->unread;