update when message sent
This commit is contained in:
parent
2bdffe6ab4
commit
1c61a356a4
@ -36,7 +36,7 @@ export async function sendMessage(id, content, responseId){
|
||||
content: content,
|
||||
response: responseId,
|
||||
}
|
||||
restPost("/discussion/" + id, data);
|
||||
restPost("/discussion/" + id, data).then(() => fetchDiscussion(id));
|
||||
}
|
||||
|
||||
export async function updateDiscussionName(id, name){
|
||||
|
Loading…
Reference in New Issue
Block a user