Create group chat session on send, if it doesn't exist

This commit is contained in:
Casper Warden
2017-12-15 19:13:45 +00:00
parent 03c251d59d
commit 00a32523b9
29 changed files with 336 additions and 81 deletions

View File

@@ -0,0 +1,7 @@
import {UUID} from '../classes/UUID';
export class GroupChatSessionJoinEvent
{
sessionID: UUID;
success: boolean;
}