pull/21833/head
David Baker 2021-10-13 15:42:57 +01:00
parent 0332bc99cb
commit c2ed27a1b2
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ const CATEGORY_ORDER = [
* *
* The importance of a room is defined by the kind of notifications, if any, are * The importance of a room is defined by the kind of notifications, if any, are
* present on the room. These are classified internally as Unsent, Red, Grey, * present on the room. These are classified internally as Unsent, Red, Grey,
* Bold, and Idle. 'Unsent' rooms habe unsent messages, Red rooms have mentions, * Bold, and Idle. 'Unsent' rooms have unsent messages, Red rooms have mentions,
* grey have unread messages, bold is a less noisy version of grey, and idle * grey have unread messages, bold is a less noisy version of grey, and idle
* means all activity has been seen by the user. * means all activity has been seen by the user.
* *