Solved matrix domain and portfolio iframe bug

This commit is contained in:
2025-05-17 17:40:05 +02:00
parent d1a027c1cf
commit 08ad58e7c8
3 changed files with 4 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ class LookupModule(LookupBase):
url = "https://" + domain_url if domain_url else ""
app_data = applications.get(application_id, {})
iframe = app_data.get("features", {}).get("iframe", False)
iframe = app_data.get("features", {}).get("portfolio_iframe", False)
# Build card dictionary
card = {