Skip to content
Snippets Groups Projects

Replace `/api/externalprofile/show.json` with a MastoAPI equialent

Merged rinpatch requested to merge mastoapi-externalprofile into develop
4 files
+ 2
15
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -26,7 +26,7 @@ const WhoToFollow = {
}
this.users.push(user)
this.$store.state.api.backendInteractor.externalProfile(user.screen_name)
this.$store.state.api.backendInteractor.fetchUser({ id: user.screen_name })
.then((externalUser) => {
if (!externalUser.error) {
this.$store.commit('addNewUsers', [externalUser])
Loading