Update hotswap avatars when changing group members list

This commit is contained in:
Cohee 2024-03-16 23:05:16 +02:00
parent d1a8a4478b
commit 88075bde79
1 changed files with 2 additions and 0 deletions

View File

@ -574,6 +574,8 @@ function updateGroupAvatar(group) {
$(this).find('.avatar').replaceWith(getGroupAvatar(group));
}
});
favsToHotswap();
}
// check if isDataURLor if it's a valid local file url