Skip to content

Commit

Permalink
[feat] Apply commits from PR ether#3185
Browse files Browse the repository at this point in the history
This commit applies the fix for bug showing 'pad deleted'
message when pad is duplicated.
  • Loading branch information
lpagliari committed May 5, 2017
1 parent 1fb8faf commit dd014aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/node/db/Pad.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,6 @@ Pad.prototype.copy = function copy(destinationID, force, callback) {
}
else force = true;

//kick everyone from this pad
// TODO: this presents a message on the client saying that the pad was 'deleted'. Fix this?
padMessageHandler.kickSessionsFromPad(sourceID);

// flush the source pad:
_this.saveToDatabase();

Expand Down

0 comments on commit dd014aa

Please sign in to comment.