diff --git a/packages/client/src/pages/messaging/index.vue b/packages/client/src/pages/messaging/index.vue
index 6e020f4e7..3bca23e23 100644
--- a/packages/client/src/pages/messaging/index.vue
+++ b/packages/client/src/pages/messaging/index.vue
@@ -213,16 +213,11 @@ onUnmounted(() => {
 	if (connection) connection.dispose();
 });
 
-// temporary hot fix of the temporary hot fix
-let alreadyInit = $ref(false);
-
+/*
 onActivated(() => {
-	if (!alreadyInit.value) alreadyInit.value = true;
-	else {
-		paginationComponentUser.reload();
-		paginationComponentGroup.reload();
-	}
-});
+	paginationComponentUser.reload();
+	paginationComponentGroup.reload();
+});*/
 </script>
 
 <style lang="scss" scoped>