Обновление протокола вложений
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user