mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved matrix domain and portfolio iframe bug
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user