Update PreviewView.js

This commit is contained in:
Dome
2026-04-08 16:47:01 +02:00
committed by GitHub
parent 8af54e1fd4
commit ab3fdf5723
-9
View File
@@ -44,15 +44,6 @@ class LoadingPreviewView extends TemplateView {
class LoadedPreviewView extends TemplateView {
render(t, vm) {
// --- BEWEISSICHERUNG: DEBUGGING LOGS ---
console.log("=== MATRIX.TO DATEN-ANALYSE ===");
console.log("Name:", vm.name);
console.log("Identifier:", vm.identifier);
console.log("Topic Wert:", vm.topic, "| Typ:", typeof vm.topic);
console.log("MemberCount Wert:", vm.memberCount, "| Typ:", typeof vm.memberCount);
console.log("===============================");
// ---------------------------------------
const avatar = t.map(vm => vm.avatarUrl, (avatarUrl, t) => {
if (avatarUrl) {
return t.img({className: "avatar", src: avatarUrl});