aboutsummaryrefslogtreecommitdiff
path: root/src/services/follow_manipulate
Commit message (Collapse)AuthorAge
* fix followShpuld Shpuldson2020-04-22
|
* make relationships separate from usersShpuld Shpuldson2020-04-21
|
* Backend Interactor service overhaul, removed the need for copypastingHenry Jameson2019-11-24
|
* added support hide\show reblogs from a specific userMaksim Pechnikov2019-09-21
|
* Utilize `user.requested` to display follow request status on user cardrinpatch2019-09-05
| | | | Closes #635
* Apply suggestion to src/services/follow_manipulate/follow_manipulate.jsrinpatch2019-08-09
|
* Apply suggestion to src/services/follow_manipulate/follow_manipulate.jsrinpatch2019-08-09
|
* Apply suggestion to src/services/follow_manipulate/follow_manipulate.jsrinpatch2019-08-09
|
* Fix sent follow request detectionrinpatch2019-08-09
| | | | | | | This fixes `requestFollow` using the relationship instead of user object, resulting in `sent` always being false for locked users, and also removes assumptions about follow request being sent, instead relying on `requested` from user relationship.
* fix follow button not updating bug in follow-cardtaehoon2019-04-22
|
* correctly update relationship on follow/unfollowHenry Jameson2019-03-25
|
* #332 - add follow/not follow button to follow listdave2019-02-09