Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/a11y_message_composing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sable: patch
default: patch
---

added a few accessibility tags to the elements involved in message composing
2 changes: 1 addition & 1 deletion .changeset/fix_msgtype_of_headpat_event.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sable: patch
default: patch
---

chang to more standard compliant msgtype `m.emote` for `/headpat` event
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
default: patch
---

# "Underline Links" setting no longer affects the entire app

The "Underline Links" accessibility setting was incorrectly applying link underlines globally, including to buttons in the Lobby and Message Search in spaces. It is now scoped to only the areas where it's relevant, which is chat messages, user bios, and room descriptions. The setting description in Appearance has been updated to reflect this.
"Underline Links" setting no longer affects the entire app, only links in chat, bios, and room descriptions.
Loading