-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
430 Rename System channels User channels to reflect usage #479
430 Rename System channels User channels to reflect usage #479
Conversation
…(API, methods.ts, docs, spec)
…ion of "User channels"
|
Co-authored-by: Matt Jamieson <10372+mattjamieson@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
docs/context/ref/InstrumentList.md
Outdated
@@ -54,7 +54,7 @@ const instruments = { | |||
] | |||
} | |||
|
|||
fdc3.joinChannel('global') | |||
fdc3.joinUserChannel('global') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be changed from global
to another channel name, but can be handled separately from this PR.
@greyseer256 I'll merge this one after you've had a chance to take a look, it has the necessary other reviews. |
Co-authored-by: Hugh Troeger <troeger.hugh@gmail.com>
…thub.com/ChartIQ/FDC3 into 430-rename-system-channels-user-channels
resolves #430
Changes: