fixed bug with saved notes

This commit is contained in:
supertiger1234 2020-02-28 20:32:54 +00:00
parent f11813d759
commit 6599160707

View file

@ -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 =>