add category param
This commit is contained in:
parent
2255450599
commit
13b6cc413b
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ export const doNotificationSocketConnect = (enableNotifications) => (dispatch) =
|
|||
};
|
||||
|
||||
export const doCommentSocketConnect = (uri, claimId) => (dispatch) => {
|
||||
const url = `${COMMENT_WS_URL}${claimId}`;
|
||||
const url = `${COMMENT_WS_URL}${claimId}&category=${claimId}`;
|
||||
|
||||
doSocketConnect(url, (response) => {
|
||||
if (response.type === 'delta') {
|
||||
|
|
Loading…
Reference in a new issue