projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe1a702
)
Notification type can now be selected
author
Michael
<heluecht@pirati.ca>
Sun, 5 Jan 2020 09:10:03 +0000
(09:10 +0000)
committer
Michael
<heluecht@pirati.ca>
Sun, 5 Jan 2020 09:10:03 +0000
(09:10 +0000)
src/Model/Item.php
patch
|
blob
|
history
diff --git
a/src/Model/Item.php
b/src/Model/Item.php
index f58225c03276d5c0fdc87512174d0efee7823604..4363a9a789ffd63893c7b2989c122cd641b978c3 100644
(file)
--- 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'];