Skip to content

Commit

Permalink
Change descriptor field to correct one - subcontext (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejmrozinski authored Nov 28, 2023
1 parent b17e013 commit c869b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nakama-js/socket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export interface StreamId {
/** The primary stream subject, usually a user id. */
subject: string;
/** A secondary stream subject, for example for a direct chat. */
descriptor: string;
subcontext: string;
/** Meta-information (e.g. chat room name). */
label: string;
}
Expand Down

0 comments on commit c869b9d

Please sign in to comment.