-
-
Notifications
You must be signed in to change notification settings - Fork 827
Conversation
@@ -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")) { |
There was a problem hiding this comment.
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 :)
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
@matrix-org/element-web-app-team the |
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) |
Checklist
Tests written for new code (and old code if feasible)Here's what your changelog entry will look like:
🐛 Bug Fixes