mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-19 22:31:25 +00:00
fixed bug with saved notes
This commit is contained in:
parent
f11813d759
commit
6599160707
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ export default {
|
|||
const channel = this.sortedChannels[index];
|
||||
if (channel.server_id) continue;
|
||||
const recipient = channel.recipients[0];
|
||||
if (recipient.uniqueID === this.user.uniqueID) continue;
|
||||
|
||||
const notified = notifications.find(
|
||||
n =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue