Skip to content

Commit

Permalink
Fix the "Follow thread" achievement (#6835)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Nov 18, 2024
1 parent f9c66c8 commit 177dac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/openchat-client/src/openchat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ export class OpenChat extends OpenChatAgentWorker {
followedByMe: follow,
});

const newAchievement = !this._liveState.globalState.achievements.has("pinned_chat");
const newAchievement = !this._liveState.globalState.achievements.has("followed_thread");

return this.sendRequest({
kind: "followThread",
Expand Down

0 comments on commit 177dac0

Please sign in to comment.