diff --git a/html/src/app.js b/html/src/app.js
index 1e7580ed..f3dd8b9d 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -4239,6 +4239,13 @@ speechSynthesis.getVoices();
) {
this.refreshFavoriteAvatars(args.params.tags);
}
+
+ if (
+ args.params.type === 'friend' &&
+ $app.localFavoriteFriendsGroups.includes("friend:" + args.params.tags)
+ ) {
+ $app.updateLocalFavoriteFriends();
+ }
});
API.$on('FAVORITE:DELETE', function (args) {