-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: differences in forum v1 and v2 get responses (#83)
* fix: differences in forum v1 and v2 get responses - fix the response of get thread API according to query params when thread type is question - fix the response of get thread API when answered question is marked back as not answered when thread type is question. - fix the response of user's subscribed thread API as it wasn't deleting the subscriptions of the thread when thread was deleted, and was returning more subscribed threads in the response - add tests for the above cases - close #47 * fix: match responses for abuse_count_flag - return abuse_count_flag in get_threads - pop historical_abuse_flaggers from comment and thread serializer --------- Co-authored-by: Muhammad Faraz Maqsood <faraz.maqsood@a006-01130.home>
- Loading branch information
1 parent
5297133
commit 2173401
Showing
7 changed files
with
237 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.