diff --git a/html/src/app.js b/html/src/app.js
index 7bf045de..9494cdc7 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -2318,7 +2318,7 @@ speechSynthesis.getVoices();
this.expirePlayerModerations();
Promise.all([
this.getPlayerModerations(),
- this.getPlayerModerationsAgainstMe()
+ //this.getPlayerModerationsAgainstMe();
]).finally(() => {
this.isPlayerModerationsLoading = false;
}).then(() => {