Commit Graph

5 Commits (17dc07f66793e40138531d46e9043b459fb31f43)

Author SHA1 Message Date
Eugen Rochko 4bc625166e
Fix bug in relationships API introduced by ()
It was merge when it needed to be deep_merge. And added some tests
Eugen Rochko cba2897108
Cache relationships in API ()
* Cache relationships in API

* Fetch relationships for search results in UI

* Only save one account's maps in each cache item
Yamagishi Kazutoshi b21db9bbde Using double splat operator ()
Eugen Rochko 9b994c4aee Fix - Fake instant follow in API response when account is believed unlocked ()
Eugen Rochko 8b2cad5637 Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()