getting some socket stuff set up on client and server

This commit is contained in:
talksik
2022-03-21 22:50:52 -04:00
parent 5e3b788565
commit e5ccfaed10
10 changed files with 175 additions and 39 deletions
@@ -8,5 +8,7 @@ export default class GetContactsResponse {
}
export class ContactDetails {
isSpeaking: boolean = false;
constructor(public otherUser: User, public relationship: Relationship) {}
}