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

Commit

Permalink
Use new thread labs feature name (#9749)
Browse files Browse the repository at this point in the history
Co-authored-by: Germain <[email protected]>
(cherry picked from commit 85d43ff)
  • Loading branch information
turt2live authored and github-actions[bot] committed Dec 13, 2022
1 parent 2d2755d commit e228dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Unread.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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")) {
// as we don't send RRs for our own messages, make sure we special case that
// if *we* sent the last message into the room, we consider it not unread!
// Should fix: https://github.com/vector-im/element-web/issues/3263
Expand Down

0 comments on commit e228dc6

Please sign in to comment.