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

Commit 85d43ff

Browse files
Use new thread labs feature name (#9749)
Co-authored-by: Germain <[email protected]>
1 parent 2d2755d commit 85d43ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Unread.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function doesRoomHaveUnreadMessages(room: Room): boolean {
6666
// despite the name of the method :((
6767
const readUpToId = room.getEventReadUpTo(myUserId!);
6868

69-
if (!SettingsStore.getValue("feature_thread")) {
69+
if (!SettingsStore.getValue("feature_threadstable")) {
7070
// as we don't send RRs for our own messages, make sure we special case that
7171
// if *we* sent the last message into the room, we consider it not unread!
7272
// Should fix: https://github.com/vector-im/element-web/issues/3263

0 commit comments

Comments
 (0)