Skip to content

Commit

Permalink
Step 6.4: Add memberIds prop in Chat model
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent ca08e4f commit 8016a9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions both/models/chat.model.ts
Expand Up @@ -2,6 +2,7 @@ import {Message} from "./message.model";

export interface Chat {
_id?: string;
memberIds?: string[];
title?: string;
picture?: string;
lastMessage?: Message;
Expand Down

0 comments on commit 8016a9e

Please sign in to comment.