Новый протокол кодирования и декодирования вложений

This commit is contained in:
RoyceDa
2026-03-27 15:32:10 +02:00
parent 8d6090e632
commit 7e0e97f472
7 changed files with 57 additions and 22 deletions

View File

@@ -191,7 +191,7 @@ export function useSynchronize() {
id: attachment.id,
type: attachment.type,
preview: attachment.preview,
encoded_for: attachment.encoded_for,
encoding: attachment.encoding,
transport_server: attachment.transport_server,
transport_tag: attachment.transport_tag
});
@@ -376,7 +376,7 @@ export function useSynchronize() {
id: attachment.id,
type: attachment.type,
preview: attachment.preview,
encoded_for: attachment.encoded_for,
encoding: attachment.encoding,
transport_server: attachment.transport_server,
transport_tag: attachment.transport_tag
});