Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 7.30: Added senderId property to Message object
  • Loading branch information
dotansimha authored and darkbasic committed Oct 16, 2017
1 parent 1b58035 commit 0193703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/server/models.ts
Expand Up @@ -19,6 +19,7 @@ export interface Chat {
export interface Message {
_id?: string;
chatId?: string;
senderId?: string;
content?: string;
createdAt?: Date;
type?: MessageType
Expand Down

0 comments on commit 0193703

Please sign in to comment.