Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gather user chats in authentication action in user_controller.go #51

Merged

Conversation

tahadostifam
Copy link
Member

Description

Gathering user's chats in authentication action in user_controller completed.
Now user can get his chats by using this endpoint;

The problem i had with this feature was json.Unmarshal in utils.TypeConverter thats used to convert ChatDetail into related type. I changed it into bson.Unmarshal and now it's working really good.

This is an important pr.

Types of changes

  • Bug fix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@tahadostifam tahadostifam requested a review from a team as a code owner March 19, 2024 17:30
@tahadostifam tahadostifam merged commit 2e6ceb3 into kavkaco:main Mar 19, 2024
0 of 5 checks passed
@tahadostifam tahadostifam deleted the gather_user_chats_in_auth_action branch March 25, 2024 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant