Skip to content

Commit 9a33b94

Browse files
committed
Update message type to reflect users it is visible to
1 parent c747b8b commit 9a33b94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/types/Message.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ export interface Message {
88
lon: number
99
geohash?: string
1010
}
11+
visibleToUids?: Array<string>
1112
}

0 commit comments

Comments
 (0)