Обновление протокола вложений

This commit is contained in:
RoyceDa
2026-03-27 15:58:16 +02:00
parent 7e0e97f472
commit 94ba139541
8 changed files with 56 additions and 35 deletions

View File

@@ -192,8 +192,7 @@ export function useSynchronize() {
type: attachment.type,
preview: attachment.preview,
encoding: attachment.encoding,
transport_server: attachment.transport_server,
transport_tag: attachment.transport_tag
transport: attachment.transport
});
}
@@ -377,8 +376,7 @@ export function useSynchronize() {
type: attachment.type,
preview: attachment.preview,
encoding: attachment.encoding,
transport_server: attachment.transport_server,
transport_tag: attachment.transport_tag
transport: attachment.transport
});
}