mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-06 03:20:55 +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];
|
const channel = this.sortedChannels[index];
|
||||||
if (channel.server_id) continue;
|
if (channel.server_id) continue;
|
||||||
const recipient = channel.recipients[0];
|
const recipient = channel.recipients[0];
|
||||||
|
if (recipient.uniqueID === this.user.uniqueID) continue;
|
||||||
|
|
||||||
const notified = notifications.find(
|
const notified = notifications.find(
|
||||||
n =>
|
n =>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue