From: Michael Date: Sun, 5 Jan 2020 09:10:03 +0000 (+0000) Subject: Notification type can now be selected X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f183816b7da6c40a8db44c3b8f356b8f995accbe;p=friendica.git Notification type can now be selected --- diff --git a/src/Model/Item.php b/src/Model/Item.php index f58225c032..4363a9a789 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -656,7 +656,7 @@ class Item 'iaid' => 'internal-iaid']; if ($usermode) { - $fields['user-item'] = ['pinned', 'ignored' => 'internal-user-ignored']; + $fields['user-item'] = ['pinned', 'notification-type', 'ignored' => 'internal-user-ignored']; } $fields['item-activity'] = ['activity', 'activity' => 'internal-activity'];