getting some socket stuff set up on client and server
This commit is contained in:
@@ -8,5 +8,7 @@ export default class GetContactsResponse {
|
||||
}
|
||||
|
||||
export class ContactDetails {
|
||||
isSpeaking: boolean = false;
|
||||
|
||||
constructor(public otherUser: User, public relationship: Relationship) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user