Skip to content

Commit

Permalink
change irc-bridge call params
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogarim committed Sep 17, 2024
1 parent 337d891 commit b3ba9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/app/irc/server/irc-bridge/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class Bridge {
// Chatting
callbacks.add(
'afterSaveMessage',
(message, { room }) => this.onMessageReceived.bind(this, 'local', 'onSaveMessage')(message, room),
(message, { room }) => this.onMessageReceived.bind(this, 'local', 'onSaveMessage', message, room),
callbacks.priority.LOW,
'irc-on-save-message',
);
Expand Down

0 comments on commit b3ba9ce

Please sign in to comment.