mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 12:45:42 +02:00
fix notifiche
This commit is contained in:
@@ -422,13 +422,7 @@ async def update_message(
|
|||||||
.options(selectinload(Message.labels))
|
.options(selectinload(Message.labels))
|
||||||
)
|
)
|
||||||
message = refreshed.scalar_one()
|
message = refreshed.scalar_one()
|
||||||
return MessageResponse.model_validate(message)
|
return MessageResponse.model_validate(messa
|
||||||
|
|
||||||
|
|
||||||
@router.get("/{message_id}/attachments", response_model=list[AttachmentResponse])
|
|
||||||
async def list_attachments(
|
|
||||||
message_id: uuid.UUID,
|
|
||||||
current_user: CurrentUser,
|
|
||||||
db: DB,
|
db: DB,
|
||||||
) -> list[AttachmentResponse]:
|
) -> list[AttachmentResponse]:
|
||||||
"""Elenca gli allegati di un messaggio."""
|
"""Elenca gli allegati di un messaggio."""
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
# Modulo notifiche – mittenti multi-canale
|
-# Modulo notifiche – mittenti multi-canale
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"""
|
is"""
|
||||||
Servizio Notifiche Multi-canale – CRUD canali, regole, log.
|
Servizio Notifiche Multi-canale – CRUD canali, regole, log.
|
||||||
|
|
||||||
Nota: la cifratura AES-256-GCM di config_enc avviene qui usando
|
Nota: la cifratura AES-256-GCM di config_enc avviene qui usando
|
||||||
|
|||||||
Reference in New Issue
Block a user