diff --git a/web/static/js/BareRTC.js b/web/static/js/BareRTC.js index 28a356a..178dceb 100644 --- a/web/static/js/BareRTC.js +++ b/web/static/js/BareRTC.js @@ -927,7 +927,8 @@ const app = Vue.createApp({ } // Push it to the history of all public channels (depending on user preference). - if ((isJoin && this.prefs.joinMessages) || (isLeave && this.prefs.exitMessages)) { + if ((isJoin && this.prefs.joinMessages) || (isLeave && this.prefs.exitMessages) + || (!isJoin && !isLeave)) { for (let channel of this.config.channels) { this.pushHistory({ channel: channel.ID,