Skip to content

Commit

Permalink
Merge pull request #192 from aaditkamat/update-message-type
Browse files Browse the repository at this point in the history
Update message type to reflect users it is visible to
  • Loading branch information
aaditkamat authored Mar 2, 2024
2 parents c747b8b + 9a33b94 commit a15bd2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/types/Message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export interface Message {
lon: number
geohash?: string
}
visibleToUids?: Array<string>
}

0 comments on commit a15bd2c

Please sign in to comment.