Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/SyncService.js')
-rw-r--r--src/services/SyncService.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/services/SyncService.js b/src/services/SyncService.js
index 24c50c844..fdd692f77 100644
--- a/src/services/SyncService.js
+++ b/src/services/SyncService.js
@@ -284,18 +284,6 @@ class SyncService {
})
}
- insertImageLink(imageLink) {
- const params = {
- documentId: this.document.id,
- sessionId: this.session.id,
- sessionToken: this.session.token,
- shareToken: this.options.shareToken || '',
- link: imageLink,
- }
- const url = endpointUrl('image/link')
- return axios.post(url, params)
- }
-
insertImageFile(imagePath) {
const params = {
documentId: this.document.id,