mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-18 05:51:11 +00:00
fix duplicate notifications in recents.
This commit is contained in:
parent
fb713a795d
commit
04b30cbc57
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export default {
|
|||
if (
|
||||
json[key].recipients &&
|
||||
json[key].recipients.length > 0 &&
|
||||
!json[key].servers &&
|
||||
!json[key].server_id &&
|
||||
json[key].recipients[0].uniqueID !== this.user.uniqueID
|
||||
)
|
||||
result.push(json[key]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue