Skip to content

Conversation

@sampaiodiego
Copy link
Member

Proposed changes

Issue(s)

How to test or reproduce

Screenshots

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves a current function)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Hotfix (a major bugfix that has to be merged asap)
  • Documentation Update (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING doc
  • I have signed the CLA
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works (if applicable)
  • I have added necessary documentation (if applicable)
  • Any dependent changes have been merged and published in downstream modules

Changelog

Further comments

@lgtm-com
Copy link

lgtm-com bot commented Oct 21, 2020

This pull request introduces 1 alert when merging 4a0f569 into 9daf8e4 - view on LGTM.com

new alerts:

  • 1 for Use of password hash with insufficient computational effort

@lgtm-com
Copy link

lgtm-com bot commented Oct 21, 2020

This pull request introduces 1 alert when merging b36bb69 into 61e4498 - view on LGTM.com

new alerts:

  • 1 for Use of password hash with insufficient computational effort

@lgtm-com
Copy link

lgtm-com bot commented Oct 23, 2020

This pull request introduces 1 alert when merging c345e65 into 3b06de0 - view on LGTM.com

new alerts:

  • 1 for Use of password hash with insufficient computational effort

# Conflicts:
#	app/lib/server/startup/userDataStream.js
#	app/models/server/raw/index.ts
#	definition/IMessage.ts
#	definition/IRoom.ts
#	definition/ISubscription.ts
#	definition/IUser.ts
}

export const msgStream = new MessageStream('room-messages');
export const msgStream = notifications.streamRoomMessage;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesn't look to be used anywhere

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is :( need to change that then

@lgtm-com
Copy link

lgtm-com bot commented Oct 28, 2020

This pull request introduces 2 alerts when merging b453930 into 3995eec - view on LGTM.com

new alerts:

  • 1 for Property access on null or undefined
  • 1 for Use of password hash with insufficient computational effort

@sampaiodiego sampaiodiego marked this pull request as ready for review October 28, 2020 01:23
@sampaiodiego sampaiodiego requested a review from rodrigok October 28, 2020 01:23
@lgtm-com
Copy link

lgtm-com bot commented Oct 28, 2020

This pull request introduces 1 alert when merging bd60936 into 3995eec - view on LGTM.com

new alerts:

  • 1 for Use of password hash with insufficient computational effort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants