Socket connection now works
- Pairing a new device works (I did a lot since the last commit)
This commit is contained in:
@@ -4,11 +4,14 @@ import { IUser } from '../user/user.interface';
|
||||
export interface IPhone extends Document {
|
||||
androidId: String,
|
||||
displayName: String,
|
||||
modelName: String,
|
||||
modelName: string,
|
||||
operatingSystem: String,
|
||||
architecture: String,
|
||||
user: IUser,
|
||||
active: Boolean,
|
||||
approval: {
|
||||
approvedOn?: Date,
|
||||
code: String
|
||||
},
|
||||
updatedAt?: Date,
|
||||
createdAt?: Date
|
||||
}
|
||||
Reference in New Issue
Block a user