Lower the priority of the “joined” tab to be lower than the “message” ones
fix #3192
This commit is contained in:
parent
65a37c44dd
commit
38399f2cae
1 changed files with 1 additions and 1 deletions
|
@ -72,9 +72,9 @@ STATE_PRIORITY = {
|
|||
'disconnected': 0,
|
||||
'nonempty': 0.1,
|
||||
'scrolled': 0.5,
|
||||
'joined': 0.8,
|
||||
'composing': 0.9,
|
||||
'message': 1,
|
||||
'joined': 1,
|
||||
'highlight': 2,
|
||||
'private': 2,
|
||||
'attention': 3
|
||||
|
|
Loading…
Reference in a new issue