Skip to content

Commit

Permalink
Step 4.7: Add 'ownership' property to message model
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 26, 2017
1 parent 4efc827 commit 17d4696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions both/models/message.model.ts
Expand Up @@ -2,5 +2,6 @@ export interface Message {
_id?: string;
chatId?: string;
content?: string;
ownership?: string;
createdAt?: Date;
}

0 comments on commit 17d4696

Please sign in to comment.