Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego authored Sep 21, 2018
1 parent 189099e commit b14aa73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-e2e/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ import './methods/setRoomKeyID';
import './methods/fetchMyKeys';

RocketChat.callbacks.add('afterJoinRoom', (user, room) => {
RocketChat.Notification.notifyRoom('e2e.keyRequest', room._id, room.e2eKeyId);
RocketChat.Notifications.notifyRoom('e2e.keyRequest', room._id, room.e2eKeyId);
});

0 comments on commit b14aa73

Please sign in to comment.