Merge branch 'master' into master

This commit is contained in:
Nitzan Savion
2024-03-22 18:15:00 +02:00
committed by GitHub
5 changed files with 39 additions and 5 deletions
@@ -271,7 +271,7 @@ function showMoreMenu(context, button, user) {
} else if (result.updated) {
reload(context, item.Id, item.ServerId);
}
});
}).catch(() => { /* no-op */ });
});
}