Implement a couple missing bits
This commit is contained in:
parent
c5ab005908
commit
bf39791f01
8 changed files with 81 additions and 24 deletions
|
@ -331,7 +331,8 @@ function groupNotifications(
|
|||
for (const item2 of items2) {
|
||||
if (
|
||||
item.reason === item2.reason &&
|
||||
item.reasonSubject === item2.reasonSubject
|
||||
item.reasonSubject === item2.reasonSubject &&
|
||||
item.author.did !== item2.author.did
|
||||
) {
|
||||
item2.additional = item2.additional || []
|
||||
item2.additional.push(item)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue