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

Implement chat update #30

Closed
mbobrovskyi opened this issue Mar 5, 2025 · 1 comment · Fixed by #37
Closed

Implement chat update #30

mbobrovskyi opened this issue Mar 5, 2025 · 1 comment · Fixed by #37
Assignees
Labels
enhancement New feature or request

Comments

@mbobrovskyi
Copy link
Owner

mbobrovskyi commented Mar 5, 2025

What would you like to be added:
Implement chat update.

func (r *ChatRepoImpl) UpdateChat(ctx context.Context, chat domain.Chat) (*domain.Chat, error) {
// TODO implement me
panic("implement me")
}

Why is this needed:
To allow user to update chat.

@mbobrovskyi mbobrovskyi added the enhancement New feature or request label Mar 5, 2025
@Horiodino
Copy link
Contributor

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants