Skip to content

Commit

Permalink
Update message type to reflect users it is visible to
Browse files Browse the repository at this point in the history
  • Loading branch information
aaditkamat committed Mar 1, 2024
1 parent c747b8b commit 9a33b94
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 9a33b94

Please sign in to comment.