Skip to content

Commit

Permalink
Step 6.7: Add ownership property to messages model
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Oct 16, 2017
1 parent 2e722f0 commit 6895b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/server/models.ts
Expand Up @@ -15,4 +15,5 @@ export interface Message {
content?: string;
createdAt?: Date;
type?: MessageType
ownership?: string;
}

0 comments on commit 6895b95

Please sign in to comment.