Quality checks/fixes

This commit is contained in:
Jenna Vassar
2026-04-29 18:13:38 -07:00
parent 2579e68edc
commit ef7cb35de8
3 changed files with 15 additions and 12 deletions
@@ -139,7 +139,8 @@ enum class FeatureFlags(
JumpToUnread(
key = "feature.jump_to_unread",
title = "Jump to unread messages",
description = "Show a button to jump to the read marker, plus a count badge on the scroll-to-bottom button when new messages arrive while scrolled away.",
description = "Show a button to jump to the read marker, plus a count badge on the scroll-to-bottom button " +
"when new messages arrive while scrolled away.",
defaultValue = { false },
isFinished = false,
),