Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 13.6: Added picture message type
  • Loading branch information
dotansimha authored and darkbasic committed Jun 13, 2017
1 parent c78d6e9 commit e327176
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/server/models.ts
Expand Up @@ -7,7 +7,8 @@ export interface Profile {

export enum MessageType {
TEXT = <any>'text',
LOCATION = <any>'location'
LOCATION = <any>'location',
PICTURE = <any>'picture'
}

export interface Chat {
Expand Down

0 comments on commit e327176

Please sign in to comment.