Skip to content

[Feature Request] Add option to disable typing notification #7283

@rubo77

Description

@rubo77

Description

I don't want to see the typing notification of other users, when they are typing. This is disturbing and stealing my time, because I cannot stop thinking about the oncoming message ;)

Solution

Add an extra option in settings to suppress typing notifications from others.

Workaround

Add this style with Stylish that injects those CSS:

.mx_RoomStatusBar_typingBar, .mx_RoomStatusBar_typingIndicatorAvatars > img:nth-child(1) {
    display:none;
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions