diff --git a/html/src/app.js b/html/src/app.js
index 9ef9c8e6..00aa2d90 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -10577,7 +10577,7 @@ speechSynthesis.getVoices();
API.getFriendStatus({
userId: id
}).then((args) => {
- if (args.json.isFriend && this.friendLog.has(id)) {
+ if (args.json.isFriend && !this.friendLog.has(id)) {
var friendLogHistory = {
created_at: new Date().toJSON(),
type: 'Friend',