fix(imports): 3 broken imports — ENTITY_MODELS path, Room→CommConversation, get_cached_mail_summary→MailService
Check Cross-Plugin Imports / check (push) Has been cancelled

This commit is contained in:
Agent Zero
2026-08-17 07:14:29 +02:00
parent d50615e870
commit 5b0b1e093a
19 changed files with 15296 additions and 4 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ async def _check_entity_ownership(
from sqlalchemy import select
from app.models.entity_permission import ENTITY_MODELS
from app.services.entity_permission_service import ENTITY_MODELS
model_info = ENTITY_MODELS.get(entity_type)
if model_info is None: