chore: rebuild CentOS7 release package
This commit is contained in:
@@ -872,7 +872,9 @@ function handleRequest(message) {
|
||||
method: 'thread/goal/updated',
|
||||
params: { threadId: thread.id, goal: thread.goal },
|
||||
});
|
||||
send({ id, result: { goal: thread.goal } });
|
||||
setTimeout(() => {
|
||||
send({ id, result: { goal: thread.goal } });
|
||||
}, 250);
|
||||
return;
|
||||
}
|
||||
if (method === 'thread/goal/clear') {
|
||||
|
||||
Reference in New Issue
Block a user