Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into feature/profile-editing

This commit is contained in:
Shpuld Shpuldson 2017-08-16 00:15:00 +03:00
commit c4920f2d86
23 changed files with 111 additions and 46 deletions

View file

@ -27,6 +27,7 @@ const QVITTER_USER_TIMELINE_URL = '/api/qvitter/statuses/user_timeline.json'
// const USER_URL = '/api/users/show.json'
import { each, map } from 'lodash'
import 'whatwg-fetch'
const oldfetch = window.fetch