Lower the priority of the “joined” tab to be lower than the “message” ones

fix #3192
This commit is contained in:
louiz’ 2016-05-17 15:48:10 +02:00
parent 65a37c44dd
commit 38399f2cae

View file

@ -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