Улучшение протокола, чистка кода

This commit is contained in:
RoyceDa
2026-03-29 15:45:08 +02:00
parent 2f2a0b5376
commit 519aa8802f
9 changed files with 6 additions and 74 deletions

View File

@@ -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
}
}]);
}