Eagles-DevOps / MiniTwit

2 stars 2 forks source link

Webapp follow #214

Closed Slightsmiles closed 7 months ago

Slightsmiles commented 7 months ago

206

Added follow/unfollow links on public and user timelines

Slightsmiles commented 7 months ago

Ran the code Created a user Followed a test user - correct follow status display Unfollowed a test user - correct follow status display

danielgron commented 7 months ago

Tested following a user - Bar from public timeline: Bar msgs shows in own timeline Bar has a ref

Unfollowing reverts to original state.

All as expected (Y)