Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Use new thread labs feature name #9748

Closed
wants to merge 1 commit into from

Conversation

germain-gg
Copy link
Contributor

@germain-gg germain-gg commented Dec 13, 2022

Checklist

  • Tests written for new code (and old code if feasible)
  • Linter and other CI checks pass
  • Sign-off given on the changes (see CONTRIBUTING.md)

Here's what your changelog entry will look like:

🐛 Bug Fixes

  • Use new thread labs feature name (#9748).

@germain-gg germain-gg added T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems backport staging Label to automatically backport PR to staging branch labels Dec 13, 2022
@germain-gg germain-gg requested a review from a team as a code owner December 13, 2022 15:38
@@ -66,7 +66,7 @@ export function doesRoomHaveUnreadMessages(room: Room): boolean {
// despite the name of the method :((
const readUpToId = room.getEventReadUpTo(myUserId!);

if (!SettingsStore.getValue("feature_thread")) {
if (!SettingsStore.getValue("feature_threadstable")) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please also update labs/betas.md in element-web :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That file is in a different repo so can't be part of this PR anyway

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, just mentioning it as a step to complete

@germain-gg
Copy link
Contributor Author

germain-gg commented Dec 13, 2022

@matrix-org/element-web-app-team the i18n check fails, but running yarn i18n does not yield anything locally.
Could anyone help me merge this?

@turt2live
Copy link
Member

git is super angry about this for some reason on the i18n check - for safety, I've remade the PR at #9749 and will merge that one (considering approval can't be transferred easily)

@turt2live turt2live closed this Dec 13, 2022
auto-merge was automatically disabled December 13, 2022 17:04

Pull request was closed

@turt2live turt2live mentioned this pull request Dec 13, 2022
3 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport staging Label to automatically backport PR to staging branch T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants