diff options
| author | rinpatch <rinpatch@sdf.org> | 2019-09-03 19:59:28 +0300 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2019-09-03 19:59:28 +0300 |
| commit | 457290e81ec9a37bf848f5d166fc77bf487e834d (patch) | |
| tree | 804b9e6bd33fb2c630d7e5dd7a870e2db193c7eb /src/services/backend_interactor_service | |
| parent | 49159e6db354acb79d64860bd6fcfdf496ac7336 (diff) | |
Replace `/api/externalprofile/show.json` with a MastoAPI equialent
`/api/v1/accounts/:id` supports remote nicknames since pleroma!1622
Diffstat (limited to 'src/services/backend_interactor_service')
| -rw-r--r-- | src/services/backend_interactor_service/backend_interactor_service.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/services/backend_interactor_service/backend_interactor_service.js b/src/services/backend_interactor_service/backend_interactor_service.js index 846d9415..3c44a10c 100644 --- a/src/services/backend_interactor_service/backend_interactor_service.js +++ b/src/services/backend_interactor_service/backend_interactor_service.js @@ -127,8 +127,6 @@ const backendInteractorService = credentials => { const updateBanner = ({ banner }) => apiService.updateBanner({ credentials, banner }) const updateProfile = ({ params }) => apiService.updateProfile({ credentials, params }) - const externalProfile = (profileUrl) => apiService.externalProfile({ profileUrl, credentials }) - const importBlocks = (file) => apiService.importBlocks({ file, credentials }) const importFollows = (file) => apiService.importFollows({ file, credentials }) @@ -194,7 +192,6 @@ const backendInteractorService = credentials => { updateBg, updateBanner, updateProfile, - externalProfile, importBlocks, importFollows, deleteAccount, |
