Add more online states to mapOnlineState()

This commit is contained in:
0xb00bface 2020-12-12 21:45:32 +01:00
parent 2eacbae228
commit 1f07cea343
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ public class StripchatModel extends AbstractModel {
setOnlineState(AWAY);
break;
case "private":
case "p2p":
case "groupShow":
setOnlineState(PRIVATE);
break;
default: