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

chore: find question message from reply message #1085

Merged
merged 5 commits into from
Dec 18, 2024

Conversation

richardshiue
Copy link
Collaborator

@richardshiue richardshiue commented Dec 18, 2024

Currently, question (sent by user) messages in the chat_message_table may contain a value in the reply_message_id column to reference its answer message. However, answer messages do not have a reference to the question that w as asked. This PR allows for a way to try to find the question to which an answer was made.

@richardshiue richardshiue force-pushed the chore/find-question-message-from-reply-message-id branch from 4b10a35 to cfab4a8 Compare December 18, 2024 10:46
src/api/chat.rs Outdated Show resolved Hide resolved
@appflowy appflowy merged commit ecadf8e into main Dec 18, 2024
9 checks passed
@appflowy appflowy deleted the chore/find-question-message-from-reply-message-id branch December 18, 2024 16:12
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.

2 participants