Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added follow and unfollow notification (#74)
#### Related Issue (Link to issue ticket) --- #73 #### Description --- <!--- Describe your changes in detail --> #### Context --- <!--- Why is this change required? What problem does it solve? --> #### How Has This Been Tested? Screenshots (if appropriate - Postman, etc) --- - pytest #### Types of changes --- <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) #### Checklist: --- <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] My code follows the code style of this project. - [x] I have read the **CONTRIBUTING** document. - [x] I have added tests to cover my changes. - [x] All new and existing tests passed.
- Loading branch information