Улучшение протокола, чистка кода
This commit is contained in:
@@ -93,10 +93,6 @@ export function DialogInput() {
|
||||
transport: {
|
||||
transport_server: "",
|
||||
transport_tag: ""
|
||||
},
|
||||
encoding: {
|
||||
encoded_for: dialog,
|
||||
encoder: publicKey
|
||||
}
|
||||
}]);
|
||||
}
|
||||
@@ -128,10 +124,6 @@ export function DialogInput() {
|
||||
transport: {
|
||||
transport_server: "",
|
||||
transport_tag: ""
|
||||
},
|
||||
encoding: {
|
||||
encoded_for: dialog,
|
||||
encoder: publicKey
|
||||
}
|
||||
}]);
|
||||
if(editableDivRef.current){
|
||||
@@ -250,10 +242,6 @@ export function DialogInput() {
|
||||
transport: {
|
||||
transport_server: "",
|
||||
transport_tag: ""
|
||||
},
|
||||
encoding: {
|
||||
encoded_for: dialog,
|
||||
encoder: publicKey
|
||||
}
|
||||
}]);
|
||||
if(editableDivRef.current){
|
||||
@@ -298,10 +286,6 @@ export function DialogInput() {
|
||||
transport: {
|
||||
transport_server: "",
|
||||
transport_tag: ""
|
||||
},
|
||||
encoding: {
|
||||
encoded_for: dialog,
|
||||
encoder: publicKey
|
||||
}
|
||||
}]);
|
||||
}
|
||||
@@ -340,10 +324,6 @@ export function DialogInput() {
|
||||
transport: {
|
||||
transport_server: "",
|
||||
transport_tag: ""
|
||||
},
|
||||
encoding: {
|
||||
encoded_for: dialog,
|
||||
encoder: publicKey
|
||||
}
|
||||
}]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user