mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-05 02:50:46 +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 (
|
if (
|
||||||
json[key].recipients &&
|
json[key].recipients &&
|
||||||
json[key].recipients.length > 0 &&
|
json[key].recipients.length > 0 &&
|
||||||
!json[key].servers &&
|
!json[key].server_id &&
|
||||||
json[key].recipients[0].uniqueID !== this.user.uniqueID
|
json[key].recipients[0].uniqueID !== this.user.uniqueID
|
||||||
)
|
)
|
||||||
result.push(json[key]);
|
result.push(json[key]);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue