Skip to content

Commit

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

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

export interface Chat {
Expand Down

0 comments on commit a94d788

Please sign in to comment.