Add more online states to mapOnlineState()
This commit is contained in:
parent
2eacbae228
commit
1f07cea343
|
@ -57,6 +57,8 @@ public class StripchatModel extends AbstractModel {
|
|||
setOnlineState(AWAY);
|
||||
break;
|
||||
case "private":
|
||||
case "p2p":
|
||||
case "groupShow":
|
||||
setOnlineState(PRIVATE);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue